aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/cobbler/scripts/preseed_late_default
blob: 3fd0ac10402f061b1d03156a6bdb0368c7673c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Start preseed_late_default
# This script runs in the chroot /target by default
$SNIPPET('preseed_post_install_kernel_options')
$SNIPPET('preseed_post_install_network_config')
$SNIPPET('preseed_post_partition_disks')
$SNIPPET('preseed_ssh')
$SNIPPET('preseed_ntp')
$SNIPPET('preseed_post_apt_repo_config')
#if $getVar('tool', '') != ''
    #set $preseed_tool = "preseed_%s" % $tool
$SNIPPET($preseed_tool)
#end if
$SNIPPET('preseed_limits.conf')
$SNIPPET('preseed_sysctl.conf')
$SNIPPET('preseed_rsyslog.conf')
$SNIPPET('preseed_post_anamon')
$SNIPPET('kickstart_done')
# End preseed_late_default