[Fai-commit] r3721 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Aug 1 15:22:24 UTC 2006


Author: lange
Date: 2006-08-01 15:22:23 +0000 (Tue, 01 Aug 2006)
New Revision: 3721

Modified:
   trunk/bin/make-fai-nfsroot
Log:
fix syntax error


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2006-08-01 15:17:39 UTC (rev 3720)
+++ trunk/bin/make-fai-nfsroot	2006-08-01 15:22:23 UTC (rev 3721)
@@ -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_LOCATION" ] && echo "FAI_LOCATION=`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