diff options
author | root <root@behemoth.scottrade.com> | 2009-03-26 09:50:49 -0500 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2009-03-26 11:06:31 -0400 |
commit | 741f57c43710a1463148ff86dd685c7422d4af0c (patch) | |
tree | f65a960315c63e67c395e42050b228dd398ed34a /installer_templates | |
parent | b7fe8c38285f899ca4182668126d6df39e7d0ca2 (diff) | |
download | cobbler-741f57c43710a1463148ff86dd685c7422d4af0c.tar.gz cobbler-741f57c43710a1463148ff86dd685c7422d4af0c.tar.xz cobbler-741f57c43710a1463148ff86dd685c7422d4af0c.zip |
Changed default_kickstart to correct location in setttings.template (/var/lib/cobbler/kickstarts) Trac ticket #401
Diffstat (limited to 'installer_templates')
-rw-r--r-- | installer_templates/settings.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template index 6f1cbdcb..e426b602 100644 --- a/installer_templates/settings.template +++ b/installer_templates/settings.template @@ -51,7 +51,7 @@ cheetah_import_whitelist: - "time" # if no kickstart is specified, use this template (FIXME) -default_kickstart: /etc/cobbler/default.ks +default_kickstart: /var/lib/cobbler/kickstarts/default.ks # cobbler has various sample kickstart templates stored # in /var/lib/cobbler/kickstarts/. This controls |