Includes in pre scripts

michael at kmaclub.com michael at kmaclub.com
Wed Mar 26 18:01:41 UTC 2008


Gerrard Geldenhuis wrote:
> Hi
> I am trying to do the following in satellite:
> 
> At the top of the kickstart file:
> device scsi cciss
> zerombr yes
> clearpart --all
> %include /tmp/partinfo
> 
> In my pre script :
> %pre
> wget http://blah.com/pub/ks-scripts/post.sh -O /tmp/post.sh
> wget http://blah.com/pub/ks-scripts/pre.sh -O /tmp/pre.sh
> %include /tmp/pre.sh

You don't want to include /tmp/pre.sh, you want to run it

sh /tmp/pre.sh


Michael




More information about the Kickstart-list mailing list