> I am trying to set up a kickstart envioronment for RedHat 6.2. I have > it working properly except I was wondering if there was any way to work > around the > > boot:linux ks=floppy > > if I do not specify then it uses ignore the ks.cfg file in the floppy > but still uses the bootnet image to start the install. > > if there is a way to make the system identify the ks.cfg with having to > type the command at the prompt, then i can have keyboard less network > installs.
yeah, you need to modify syslinux.cfg on the boot floppy.
mount it mount /dev/fd0 /mnt/floppy
then edit /mnt/floppy/syslinux.cfg to look like:
default ks prompt 0 label ks kernel vmlinuz append ks=floppy initrd=initrd.img
At least that's what I've read elsewhere.
Fritz