aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/cobbler/snippets/post_koan_add_reinstall_entry
blob: 63a9c59ff181b25916ad729102fa83645bc976b6 (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