Re: [rhelv5-list] Kickstart %include directive

2008-08-26 Thread Michael Green
Bingo guys! Thanks you! On Mon, Aug 25, 2008 at 6:01 PM, Hugh Brown [EMAIL PROTECTED] wrote: You have to have /install/packages-list.txt available to the local machine. I have to do: %pre mkdir /nfs/ks mount -t nfs -o nolock,ro server:/kickstart/stuff/includes /nfs/ks and then I

[rhelv5-list] Kickstart %include directive

2008-08-25 Thread Michael Green
I'm trying to utilize %include Kickstart directive: % include /install/packages-list.txt Inside of packages-list.txt is %packages directive with a list of @groups and -packages like this: %packages @core @base device-mapper-multipath -nss-tools -nss_db -acpid snip Problem is it doesn't work.

Re: [rhelv5-list] Kickstart %include directive

2008-08-25 Thread Greg_Swift
I'm trying to utilize %include Kickstart directive: % include /install/packages-list.txt Inside of packages-list.txt is %packages directive with a list of @groups and -packages like this: %packages @core @base device-mapper-multipath -nss-tools -nss_db -acpid snip Problem is it

Re: [rhelv5-list] Kickstart %include directive

2008-08-25 Thread Hugh Brown
You have to have /install/packages-list.txt available to the local machine. I have to do: %pre mkdir /nfs/ks mount -t nfs -o nolock,ro server:/kickstart/stuff/includes /nfs/ks and then I include /nfs/ks/package-list Others on the list use wget in the %pre environment to pull down the