>
> can i ask you to explain how in your example the system_name is set as i 
> see it starts with
>
> #if $getVar("system_name","") != ""
>
> but where does 'system_name' come from ?
>
> thanks
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>   

Internals magic, basically.

The variable "$name" was confusing because if you were on a per-profile 
kickstart, it's different than a per-system kickstart.   So I added some 
extra code to create some extra variables, so whether I was doing a 
profile install or a system install, I always knew that $profile_name 
referenced the name of the profile.

"cobbler system dumpvars --name=foo" will show you all of them.
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to