[Fai-commit] r3696 - trunk/conf

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sun Jul 30 17:43:01 UTC 2006


Author: lange
Date: 2006-07-30 17:43:01 +0000 (Sun, 30 Jul 2006)
New Revision: 3696

Modified:
   trunk/conf/fai.conf
Log:
remove $installserver and $mirrorhost,
unset FAI_LOCATION, since now a useful default value is used


Modified: trunk/conf/fai.conf
===================================================================
--- trunk/conf/fai.conf	2006-07-30 17:41:46 UTC (rev 3695)
+++ trunk/conf/fai.conf	2006-07-30 17:43:01 UTC (rev 3696)
@@ -2,17 +2,9 @@
 
 # /etc/fai/fai.conf -- configuration for FAI (Fully Automatic Installation)
 
-# installserver must be the name seen by the install clients
-installserver=INSTALLSERVER
-# the name of the Debian mirror, this is also hardcoded in /etc/fai/sources.list
-mirrorhost=ftp.debian.org
-
-# Don't use the variable FAI_SOURCES_LIST any more.
-# Instead use /etc/fai/sources.list 
-
 # Access to Debian mirror via NFS mounted directory
 # If FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT
-#FAI_DEBMIRROR=$mirrorhost:/files/scratch/debmirror
+#FAI_DEBMIRROR=yournfs debianmirror:/path/to/debianmirror
 
 # if your install server has multiple ethernet device, use this one to
 # determine its hostname. Default eth0. Set to the interface to which
@@ -40,17 +32,18 @@
 
 # the configuration space on the install server
 FAI_CONFIGDIR=/srv/fai/config
-# the location of the config space, as seen by the install client
-# it can also be overwritten with T170 via BOOTP 
-FAI_LOCATION=$installserver:$FAI_CONFIGDIR
 
+# the NFS location of the config space, as seen by the install client
+# default if undefined here: `hostname`:$FAI_CONFIGDIR
+#FAI_LOCATION=yourservername:$FAI_CONFIGDIR
+
 # the following variables are read only for most users
 
 # mount point where the mirror will be mounted
 MNTPOINT=/var/lib/fai/mirror
 
 # directory on the install server where the nfsroot for FAI is
-# created, approx size: 160MB, also defined in bootptab or dhcp.conf
+# created, approx size: 250MB, also defined in bootptab or dhcp.conf
 NFSROOT=/srv/fai/nfsroot
 
 # the local configuration directory on the install client




More information about the Fai-commit mailing list