diff options
author | Adam Rosenwald <thestrider@gmail.com> | 2009-03-25 11:04:44 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2009-03-25 11:04:44 -0400 |
commit | 311211321e04c4407cae83ba07cbd378ab785e5a (patch) | |
tree | 34d0460589cbe6d6c2343b97ed3aa76576b6a6f8 /installer_templates | |
parent | 1d75d54e10c366696a77210d931f20de42f81064 (diff) | |
download | cobbler-311211321e04c4407cae83ba07cbd378ab785e5a.tar.gz cobbler-311211321e04c4407cae83ba07cbd378ab785e5a.tar.xz cobbler-311211321e04c4407cae83ba07cbd378ab785e5a.zip |
Add virt auto boot setting
Diffstat (limited to 'installer_templates')
-rw-r--r-- | installer_templates/settings.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template index 483878fe..acf1e4e7 100644 --- a/installer_templates/settings.template +++ b/installer_templates/settings.template @@ -351,6 +351,11 @@ anamon_enabled: 0 tftpd_bin: /usr/sbin/in.tftpd tftpd_conf: /etc/xinetd.d/tftp +# by default, profiles/systems will not be set to 'auto-boot' virtual systems; +# i.e. if a physical system reboots, the virtual systems hosted on that +# physical system will NOT be booted automatically. +virt_auto_boot: 0 + # cobbler's web directory. Don't change this setting -- see the # Wiki on "relocating your cobbler install" if your /var partition # is not large enough. |