I'm finding this a bit confusing, the RHEL documentation says:
"Use the %include /path/to/file command to include the contents of
another file in the kickstart file as though the contents were at the
location of the %include command in the kickstart file."

What would be the point of the %include statement if it doesn't in fact
do this? I mean I could try jumping through hoops in the %pre section
but surely this is just providing the functionality that the %include
statement's mean to give automatically.
Or does it work better with kickstart files made available over http or ftp?

Regards

Tim

Olt, Joseph wrote:
> Tim,
> 
>  
> 
> As Rigoberto has indicated, you will need to do some %pre processing.
>  Either having the %pre script create the template_stuff.ks or you need
> to “mkdir /something” and “mount -r -o nolock <serverIP>:/share
> /something”.  Then you could access template_stuff.ks.  The problem you
> have is that the kickstart script is retrieved.  Once retrieved, you
> cannot reference that location directly.
> 
>  
> 
> Regards,
> 
>  
> 
> Joseph

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to