compass-adapters/cobbler/scripts/suse_late_default
xiaodongwang 1b3faedded add initial version of suse support
Change-Id: If960011e7ac8996ce1c0365b9dd06ed89b26fa8a
2015-03-03 22:51:03 -08:00

18 lines
434 B
Plaintext

# Start suse_late_default
# This script is not run in the chroot /target by default
#if $getVar('system_name','') != ''
#set $what = "system"
#else
#set $what = "profile"
#end if
$SNIPPET('suse_post_log')
$SNIPPET('suse_post_install_network')
$SNIPPET('suse_post_partition_disks')
#if $getVar('tool', '') != ''
#set $suse_tool = "suse_%s" % $tool
$SNIPPET($suse_tool)
#end if
$SNIPPET('suse_post_anamon')
# End suse_late_default