Define Variables in command section of RHEL kickstart script?
How would i declare a variable in the command section of my rhel kickstart script? I think this section is interpreted by Python? I tried myVar=variable, myVar="variable" and neither is recognized. Is this even possible?
My goal was to be able to %include a config file that would contain items such as timezone and ip address and then just say
timezone --utc myTimezone
that way an admin would just set the variables in the config file and run the kickstart.
|