Re: [CentOS] - Make an automatic install bootable CD

2009-06-18 Thread Kévin COUSIN
Le jeudi 18 juin 2009 17:38:09, Phil Schaffner a écrit : > Kévin COUSIN wrote: > ... > > > Oops, I forgot this file, but I don't know what is it, and how to create > > it... > > I'd like to know how to create it, but I have gotten it to work in the > past by copying the one from CD#1 or DVD install

Re: [CentOS] - Make an automatic install bootable CD

2009-06-18 Thread Phil Schaffner
Kévin COUSIN wrote: ... > Oops, I forgot this file, but I don't know what is it, and how to create it... I'd like to know how to create it, but I have gotten it to work in the past by copying the one from CD#1 or DVD installation media. Phil ___ CentO

Re: [CentOS] - Make an automatic install bootable CD

2009-06-18 Thread Kévin COUSIN
Le mercredi 17 juin 2009 16:26:43, Tru Huynh a écrit : > On Wed, Jun 17, 2009 at 02:25:07PM +0200, Kévin COUSIN wrote: > > Hello, > > > > I tried to make an automatic install bootable CD, with a kickstart file. > > I use this command to create my CD : > > > > sudo mkisofs -v -r -T -b isolinux/isoli

Re: [CentOS] - Make an automatic install bootable CD

2009-06-17 Thread Tru Huynh
On Wed, Jun 17, 2009 at 02:25:07PM +0200, Kévin COUSIN wrote: > Hello, > > I tried to make an automatic install bootable CD, with a kickstart file. I > use > this command to create my CD : > > sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o > InstallCD.iso -no-emul-b

[CentOS] - Make an automatic install bootable CD

2009-06-17 Thread Kévin COUSIN
Hello, I tried to make an automatic install bootable CD, with a kickstart file. I use this command to create my CD : sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table -hide-rr-moved . I copied all the cont