> So for each distro profile you create another distro locally that's a > slave for each distro? Seems a little cumbersome .. :-( I'm trying to > keep each distro location agnostic. It seems I would also have to make > a new name for each profile in each location as not to have them over > written when a sync happens, is this the case? I'm wanting to have a > build > from a PXE menu look the same from each location as not to confuse data > center folks .. > > Goes back to my original question, is there another method to do it > without creating separate slave profiles? I haven't seen any examples > for cheetah_macro's or even if this would be a good place.
Got it .. in /etc/cobbler/settings I was able to add the following: mgmt_parameters: from_cobbler: 1 time_zone: American/Central Which gives me the option to do this in the kickstart: timezone $mgmt_parameters['time_zone'] _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
