[Fai-commit] r3100 - in trunk: conf examples/simple/class
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Thu Nov 24 11:08:57 UTC 2005
Author: lange
Date: 2005-11-24 11:08:56 +0000 (Thu, 24 Nov 2005)
New Revision: 3100
Modified:
trunk/conf/make-fai-nfsroot.conf
trunk/examples/simple/class/FAIBASE.var
Log:
use md5 hash for encrypted root pw
Modified: trunk/conf/make-fai-nfsroot.conf
===================================================================
--- trunk/conf/make-fai-nfsroot.conf 2005-11-24 11:08:16 UTC (rev 3099)
+++ trunk/conf/make-fai-nfsroot.conf 2005-11-24 11:08:56 UTC (rev 3100)
@@ -15,9 +15,9 @@
# the install clients. Don't forget to create the index file Packages.gz!
#FAI_LOCAL_REPOSITORY="deb file:/fai/files packages/"
-# the encrypted root password on all install clients during
-# installation process; used when log in via ssh; pw is: fai
-FAI_ROOTPW="56hNVqht51tzc"
+# the encrypted (with md5) root password on all install clients during
+# installation process; used when log in via ssh; default pw is: fai
+FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
# this kernel package will be used when booting the install clients
KERNELPACKAGE=/usr/lib/fai/kernel/kernel-image-_KERNELVERSION_-fai_1_i386.deb
Modified: trunk/examples/simple/class/FAIBASE.var
===================================================================
--- trunk/examples/simple/class/FAIBASE.var 2005-11-24 11:08:16 UTC (rev 3099)
+++ trunk/examples/simple/class/FAIBASE.var 2005-11-24 11:08:56 UTC (rev 3100)
@@ -7,8 +7,8 @@
UTC=yes
time_zone=Europe/Berlin
-# root password for the new installed linux system; pw is "fai"
-rootpw='56hNVqht51tzc'
+# root password for the new installed linux system; pw is "fai", using md5 hash
+rootpw='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
# moduleslist contains modules that will be loaded by the new system,
# not during installation these modules will be written to /etc/modules
More information about the Fai-commit
mailing list