hi,I am burning my own rdhat 8.0 cd(the first one) I copy all the contents of the first cd to /cd1 and install my own ks.cfg into the boot.img as below: a)mount -o loop /cd1/images/boot.img /mnt/floppy b)gzip -dc /mnt/floppy/initrd.img > floppy.initrd c)mkdir /tmp/redhat d)mount -o loop floppy.initrd /tmp/redhat e)install -c -m 644 ks.cfg /tmp/redhat/tmp f)umount /tmp/redhat g)gzip -9 floppy.initrd h)mv floppy.initrd.gz /mnt/floppy/initrd.img i)umount -f /mnt/floppy j)rmdir /tmp/redhat then I create the iso file and use cdrecord to burn my own cd but when I use the new cd to make installitaiton,I find my own ks.cfg doesn't work,why? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze