On Thu, 2003-05-22 at 16:09, Felipe Alfaro Solana wrote: > On Thu, 2003-05-22 at 18:18, Bob Arendt wrote: > > I'm setting up a kickstart install. I can see how the initial kernel > > line has a "ks" or "ks=nfs:server.example.com:/mydir/ks.cfg" parameter, > > but what actually executes this information? I can't find anything > > in the kernel source that actually executes this. The kickstart file location gets passed off to the loader, which is the first stage of the anaconda installer. The loader uses that information to go fetch the kickstart file, then processes enough of it to figure out what installation tree it needs to look at. Once it finds the installation tree, the loader downloads the second stage of the installer and the rest of the kickstart file data is processed and the installation is run. You should look in the anaconda SRPM for the loader source code as well as the rest of the installer. You may also be interested in joining the anaconda-devel mailing list. Cheers, Brent