[Fai-commit] r3760 - trunk/conf

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sun Aug 6 19:54:49 UTC 2006


Author: lange
Date: 2006-08-06 19:54:48 +0000 (Sun, 06 Aug 2006)
New Revision: 3760

Modified:
   trunk/conf/make-fai-nfsroot.conf
Log:
remove variable FAICLIENTS, use netmask from ifconfig for exportfs entry


Modified: trunk/conf/make-fai-nfsroot.conf
===================================================================
--- trunk/conf/make-fai-nfsroot.conf	2006-08-06 19:26:15 UTC (rev 3759)
+++ trunk/conf/make-fai-nfsroot.conf	2006-08-06 19:54:48 UTC (rev 3760)
@@ -25,10 +25,6 @@
 # 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.]+)\.(\d+)/ && print "$1.0/24\n"'`
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 # following lines should be read only for most of you
 




More information about the Fai-commit mailing list