[Fai-commit] r3742 - trunk/bin

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


Author: lange
Date: 2006-08-02 14:13:35 +0000 (Wed, 02 Aug 2006)
New Revision: 3742

Modified:
   trunk/bin/make-fai-nfsroot
Log:
replace FAI_LOCATION by FAI_CONFIG_SRC, new syntax


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2006-08-02 14:12:48 UTC (rev 3741)
+++ trunk/bin/make-fai-nfsroot	2006-08-02 14:13:35 UTC (rev 3742)
@@ -193,7 +193,7 @@
     cd $NFSROOT
     cp -Rpv $cfdir/* $NFSROOT/etc/fai
     # append additional variables to fai.conf for the install clients
-    [ -z "$FAI_LOCATION" ] && echo "FAI_LOCATION=`hostname`:$FAI_CONFIGDIR" >> $NFSROOT/etc/fai/fai.conf
+    [ -z "$FAI_CONFIG_SRC" ] && echo "FAI_CONFIG_SRC=nfs://`hostname`$FAI_CONFIGDIR" >> $NFSROOT/etc/fai/fai.conf
 
     # remove some files that should not be copied
     rm -f $NFSROOT/etc/fai/make-fai-nfsroot.conf




More information about the Fai-commit mailing list