All,

I was wondring if someone could point me in the right direction Is it possible to update a vaiable in kickstart file give user input in a %pre script. Basically i have a varibale buildType and whilst I can override the default value of the profile using ksmeta input when adding a system to cobbler would like to also be able to override given user input from %pre script.

Have tried just about everything i can think of including creating a file ks.settings which held the variations

#set global $buildType = "value"
#set global buildType ="value"
#set buildType = "value"
#set $buildType = "value"

then doing a #include but that doesnt seem to work ...

Is there in fact a way this can be done ??

Any help appreciated.

rgds

Matt B.

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to