|
Fedora Core 4 kickstart %include
Hi all,
I am installing linux via http with a kickstart file and I am having trouble getting the %include directive to work. Here is the set up:
at the boot prompt I type this:
linux ks=http://10.10.10.52/ks.cfg
Which points the installation to the kickstart file which lives on my webserver. Once the installation actually starts it reads the kickstart file just fine, and normally installs all of the packages over http from the same location as the kickstart file.
However, I tried changing the list of packages to this:
%include /var/build/linux/packages (which exists and is in the same dir as my ks.cfg)
but I get an error during install that that file does not exist. I have also tried
%include ./packages
and just
%include packages
But I keep getting the error. Can anyone who has dealt with this give me some advice as to how to tweak the include syntax to make it work? Thanks!
|