<P>
<BR>
  Hi,   <BR>
<BR>
First, we need to mount stage2.img and alter its contents. copy this file from the cdrom to somewhare in your computer say<BR>
<BR>
      # cp /media/cdrom/CentOS/base/stage2.img /home/mydist<BR>
<BR>
 First, we mount the image using<BR>
<BR>
    mkdir /mnt/anaconda<BR>
    mount -o loop /home/mydist/stage2.img /mnt/anaconda <BR>
<BR>
Now we need to copy the contents to a directory where we can alter the files. We used tar to package the contents of the directory, and then untarred them where we could work on them.<BR>
<BR>
    cd /mnt/anaconda<BR>
    tar -cvf /home/imtiyaz/stage2.tar .<BR>
    cd /home/imtiyaz<BR>
    mkdir stage2<BR>
    cd stage2<BR>
    tar -xvf /home/imtiyaz/stage2.tar <BR>
<BR>
<BR>
With the contents of stage2.img in an editable directory, you can now alter the images used by the installer located in usr/share/anaconda/pixmaps and the images used in the installation slideshow in usr/share/anaconda/pixmaps/rnotes. You can also edit the text in the left sidebar, which are in HTML format, in usr/share/anaconda/help/[locale].<BR>
<BR>
After you've made the desired modifications, we need to compress this information back into an img file.<BR>
<BR>
    cd /home/imtiyaz<BR>
    mkcramfs stage2/ stage2.img.new <BR>
<BR>
Then, copy the altered stage2.img to the CentOS/base directory in your distribution.<BR>
<BR>
cp /home/imtiyaz/stage2.img.new  /<path-to-your-base-dir>/stage2.img<BR>
<BR>
  Cheers<BR>
  Imtiyaz<BR>
<BR>
<BR>
On Thu, 20 Apr 2006 PV Juliet wrote :<BR>
>Hi All,<BR>
>       I have my own distribution CD for RH 7.2 . and when i am i<BR>
>trying creted for CentOS  i am facing some problem . I am not able to<BR>
>change the anaconda installer .<BR>
><BR>
>Thanks in advance<BR>
>Regards<BR>
>juliet<BR>
>_______________________________________________<BR>
>CentOS mailing list<BR>
>CentOS@centos.org<BR>
>http://lists.centos.org/mailman/listinfo/centos<BR>

</P>
<br><br>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/signature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3" BORDER=0 VSPACE=0 HSPACE=0></a>