Bootable kickstart DVD - won't/can't see ks.cfg
I want to end up with a bootable DVD that will automagically start the kickstart script and perform an unattended install. I have read a few things that say that ks.cfg must be in the root of the image. I've read other things that say that isolinux/ is really the root, and so the ks.cfg must be there. Neither work. In my isolinux.cfg, I have:
label ks
kernel vmlinuz
append ks=cdrom:/ks.cfg initrd=initrd.img ramdisk_size=8192
ks.cfg is in isolinux/ as well as the top-level directory. What am I missing? How do I get the booted OS to read and use ks.cfg?
|