diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-12-08 17:05:46 -0500 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-12-08 17:05:46 -0500 |
commit | 10846869ed0a2cf1744103c82dc0de410b01aec2 (patch) | |
tree | 22b49fb91866cc2c71254d48635a888b13069c96 /installer_templates/settings.template | |
parent | ea00dea1b12b3d0d7a39d16378d7047529132785 (diff) | |
download | cobbler-10846869ed0a2cf1744103c82dc0de410b01aec2.tar.gz cobbler-10846869ed0a2cf1744103c82dc0de410b01aec2.tar.xz cobbler-10846869ed0a2cf1744103c82dc0de410b01aec2.zip |
Move default password into settings, modify snippet to work when network interface has no MAC/IP or other details
Diffstat (limited to 'installer_templates/settings.template')
-rw-r--r-- | installer_templates/settings.template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template index 791ed428..a2e038e2 100644 --- a/installer_templates/settings.template +++ b/installer_templates/settings.template @@ -40,6 +40,15 @@ cheetah_import_whitelist: # if no kickstart is specified, use this template (FIXME) default_kickstart: /etc/cobbler/default.ks +# cobbler has various sample kickstart templates stored +# in /var/lib/cobbler/kickstarts/. This controls +# what install (root) password is set up for those +# systems that reference this variable. The factory +# default is "cobbler" and cobbler check will warn if +# this is not changed. + +default_password_crypted: "\$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac" + # configure all installed systems to use these nameservers by default # unless defined differently in the profile. For DHCP configurations # you probably do /not/ want to supply this. |