aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/cobbler/snippets/post_koan_add_reinstall_entry
blob: f0c516d101c959d4d2adabb1c3c1e5e043beb096 (plain)
1
2
3
4
5
6
%post
#if $getVar("system_name","") != ""
   koan --server=$server --replace-self --add-reinstall-entry
#else
   koan --server=$server --replace-self --profile=$profile_name --add-reinstall-entry
#end if