[Fai-commit] r6670 - trunk/conf

Thomas Lange lange at alioth.debian.org
Tue Oct 4 15:03:51 UTC 2011


Author: lange
Date: 2011-10-04 15:03:51 +0000 (Tue, 04 Oct 2011)
New Revision: 6670

Modified:
   trunk/conf/make-fai-nfsroot.conf
Log:
move important variables to top, no other changes


Modified: trunk/conf/make-fai-nfsroot.conf
===================================================================
--- trunk/conf/make-fai-nfsroot.conf	2011-10-04 15:00:36 UTC (rev 6669)
+++ trunk/conf/make-fai-nfsroot.conf	2011-10-04 15:03:51 UTC (rev 6670)
@@ -1,6 +1,17 @@
 # these variables are only used by make-fai-nfsroot(8)
 # here you can use also variables defined in fai.conf
 
+# Parameter for debootstrap: "<suite> <mirror>"
+FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian"
+
+# Add a line for mirrorhost and installserver when DNS is not available
+# on the clients. This line(s) will be added to $nfsroot/etc/hosts.
+#NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver"
+
+# the encrypted (with md5 or crypt) 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'
+
 # directory on the install server where the nfsroot for FAI is
 # created, approx size: 390MB, also defined in bootptab or dhcp.conf
 NFSROOT=/srv/fai/nfsroot
@@ -11,17 +22,6 @@
 # location of the configuration space on the install server
 FAI_CONFIGDIR=/srv/fai/config
 
-# Add a line for mirrorhost and installserver when DNS is not available
-# on the clients. This line(s) will be added to $nfsroot/etc/hosts.
-#NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver"
-
-# Parameter for debootstrap: "<suite> <mirror>"
-FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian"
-
-# the encrypted (with md5 or crypt) 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'
-
 # location of a identity.pub file; this user can log to the install
 # clients in as root without a password; only useful with FAI_FLAGS="sshd"
 #SSH_IDENTITY=/home/admin/.ssh/identity.pub




More information about the Fai-commit mailing list