summaryrefslogtreecommitdiffstats
path: root/kickstarts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-12-08 17:05:46 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-12-08 17:05:46 -0500
commit10846869ed0a2cf1744103c82dc0de410b01aec2 (patch)
tree22b49fb91866cc2c71254d48635a888b13069c96 /kickstarts
parentea00dea1b12b3d0d7a39d16378d7047529132785 (diff)
downloadcobbler-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 'kickstarts')
-rw-r--r--kickstarts/legacy.ks2
-rw-r--r--kickstarts/sample.ks2
-rw-r--r--kickstarts/sample_end.ks2
3 files changed, 3 insertions, 3 deletions
diff --git a/kickstarts/legacy.ks b/kickstarts/legacy.ks
index 13f41f27..3cb0dc9f 100644
--- a/kickstarts/legacy.ks
+++ b/kickstarts/legacy.ks
@@ -23,7 +23,7 @@ $SNIPPET('network_config')
reboot
#Root password
-rootpw --iscrypted \$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac.
+rootpw --iscrypted $default_password_crypted
# SELinux configuration
selinux --disabled
# Do not configure the X Window System
diff --git a/kickstarts/sample.ks b/kickstarts/sample.ks
index 2f5e408b..478db7b4 100644
--- a/kickstarts/sample.ks
+++ b/kickstarts/sample.ks
@@ -25,7 +25,7 @@ $SNIPPET('network_config')
reboot
#Root password
-rootpw --iscrypted \$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac.
+rootpw --iscrypted $default_password_crypted
# SELinux configuration
selinux --disabled
# Do not configure the X Window System
diff --git a/kickstarts/sample_end.ks b/kickstarts/sample_end.ks
index ca9d6e18..4d313b4e 100644
--- a/kickstarts/sample_end.ks
+++ b/kickstarts/sample_end.ks
@@ -29,7 +29,7 @@ $SNIPPET('network_config')
reboot
#Root password
-rootpw --iscrypted \$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac.
+rootpw --iscrypted $default_password_crypted
# SELinux configuration
selinux --disabled
# Do not configure the X Window System