On Fri, 31 May 2002, James Oden wrote: > c) What source file controls the parsing of the ks parameter > and obtaining the kickstart config? loader/loader.c, found in the anaconda source RPM. > b) Can you place your kickstart file in a cdrom directory and > expect the cdrom to be mounted at /mnt/source before > anaconda tries to find the kickstart file (thus could you > use something like: ks=file:/mnt/source/ks.cfg loader.c mentions several alternatives: ks=cdrom: ks=nfs: ks=http:// ks=floppy ks=hd: ks=file: These are documented in s1-kickstart2-startinginstall.html, in the customization guide. "ks=cdrom:/somewhere/on/the/cdrom" sounds like what you want. (I'm talking about RH7.3. Your mileage may vary.) Cheers, Phil