<div><br>Hi All,</div>
<div>    I could do this .  But i tried  modify the  Messages displays while installing (ie . usr/lib/anaconda) . But it didn't worked ... .</div>
<div> </div>
<div>Thanks a lot</div>
<div>Regards</div>
<div>juliet<br> </div>
<div><span class="gmail_quote">On 20 Apr 2006 05:35:18 -0000, <b class="gmail_sendername">Imtiyaz Ansari</b> <<a href="mailto:imtiyaz.ansari@rediffmail.com">imtiyaz.ansari@rediffmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="DIRECTION: ltr">
<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 :</p></div>

<div style="DIRECTION: ltr"><span class="e" id="q_10ab5cc66da4089d_1"><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></span></div>
<div style="DIRECTION: ltr">>_______________________________________________<br>>CentOS mailing list<br>><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:CentOS@centos.org" target="_blank">
CentOS@centos.org</a><br>><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
<p></p><br><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3" target="_blank"><img hspace="0" border="0">
</a> </div></blockquote></div><br>