[Fai-commit] r3749 - trunk/conf

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Wed Aug 2 15:48:36 UTC 2006


Author: lange
Date: 2006-08-02 15:48:35 +0000 (Wed, 02 Aug 2006)
New Revision: 3749

Modified:
   trunk/conf/fai.conf
   trunk/conf/make-fai-nfsroot.conf
Log:
move SERVERINTERFACE from fai.conf to make-fai-nfsroot.conf,
variable may be removed later


Modified: trunk/conf/fai.conf
===================================================================
--- trunk/conf/fai.conf	2006-08-02 15:47:28 UTC (rev 3748)
+++ trunk/conf/fai.conf	2006-08-02 15:48:35 UTC (rev 3749)
@@ -6,11 +6,6 @@
 # If FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT
 #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
-# the Beowulf clients are connected.
-SERVERINTERFACE=eth0
-
 # LOGUSER: an account on the install server which saves all log-files
 # and which can change the kernel that is booted via network.
 # Configure .rhosts for this account and PAM, so that root can log in

Modified: trunk/conf/make-fai-nfsroot.conf
===================================================================
--- trunk/conf/make-fai-nfsroot.conf	2006-08-02 15:47:28 UTC (rev 3748)
+++ trunk/conf/make-fai-nfsroot.conf	2006-08-02 15:48:35 UTC (rev 3749)
@@ -21,6 +21,11 @@
 # clients in as root without a password; only useful with FAI_FLAGS="sshd"
 #SSH_IDENTITY=/home/admin/.ssh/identity.pub
 
+# if your install server has multiple ethernet device, use this one to
+# determine its hostname. Default eth0. Set to the interface to which
+# the Beowulf clients are connected.
+SERVERINTERFACE=eth0
+
 # export $NFSROOT to this netgroup or this range of IP addresses
 # (eg. FAICLIENTS="192.168.1.0/24")
 FAICLIENTS=`ifconfig ${SERVERINTERFACE} | perl -ne '/ addr:([\d\.]+)/ && print "$1\n"' | sed -e 's/\(.*\)\.[0-9]*/\1.0\/24/' | tr -d ' '`




More information about the Fai-commit mailing list