[Fai-commit] r3695 - trunk/conf
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Sun Jul 30 17:41:46 UTC 2006
Author: lange
Date: 2006-07-30 17:41:46 +0000 (Sun, 30 Jul 2006)
New Revision: 3695
Modified:
trunk/conf/make-fai-nfsroot.conf
Log:
remove $mirrorhost, add useful defaults
Modified: trunk/conf/make-fai-nfsroot.conf
===================================================================
--- trunk/conf/make-fai-nfsroot.conf 2006-07-30 17:35:23 UTC (rev 3694)
+++ trunk/conf/make-fai-nfsroot.conf 2006-07-30 17:41:46 UTC (rev 3695)
@@ -1,12 +1,11 @@
# these variables are only used by make-fai-nfsroot(8)
-# here you can use also variables defined in fai.conf (like $mirrorhost)
+# here you can use also variables defined in fai.conf
# 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 $mirrorhost"
+#NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver"
-FAI_DEBOOTSTRAP="sarge http://$mirrorhost/debian"
-#FAI_DEBOOTSTRAP="sarge file:/files/scratch/debian"
+FAI_DEBOOTSTRAP="sarge http://ftp.debian.org/debian"
# your extra packages which will be installed into the nfsroot, space separated
NFSROOT_PACKAGES="cfengine2 expect"
More information about the Fai-commit
mailing list