On Wed, 2001-12-12 at 15:55, Brent M. Clements wrote: > Ok Guys, quick parameter qustion > > I have an entry in there called install that looks like this > > label install > kernel vmlinuz > append ks initrd=initrd.img lang= devfs=nomount ramdisk_size=7168 > > Now in my append line, what do I put in order for me to just press enter > or the label name and then it know to automatically read the ks.cfg file > from the boot floppy? Set it to be ks=floppy in the append line and then change the default at the top of the file to be install instead of linux. Cheers, Jeremy