I'm relatively new to FC5 and have been trying to create a simple kickstart dvd for a number of servers that I have to configure. After muddling thru the process of creating a DVD from the original iso and the kickstart file using system-config-kickstart, I now have a DVD that passes the media check (implantmd5sum) and is recognized as a valid installation disk (.diskinfo). I have copied my ks.cfg file to root of the DVD. I modified isolinux.cfg so it contains a new label with ks=cdrom:/ks.cfg.
label foo
append ks=cdrom:/ks.cfg initrd=initrd.img
When I boot from the disk and enter "foo" at the boot prompt the install starts correctly; however, none of the information from my kickstart file appears to be read.

(NOTE: I have "interactive" set so I can test my options).
Any thoughts?