[Fai-commit] r6298 - trunk/examples/simple/scripts/FAIBASE

Thomas Lange lange at alioth.debian.org
Thu Feb 17 17:41:33 UTC 2011


Author: lange
Date: 2011-02-17 17:41:32 +0000 (Thu, 17 Feb 2011)
New Revision: 6298

Modified:
   trunk/examples/simple/scripts/FAIBASE/10-misc
Log:
$FAI_ROOT -> $target


Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc	2011-02-16 08:53:22 UTC (rev 6297)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc	2011-02-17 17:41:32 UTC (rev 6298)
@@ -15,7 +15,7 @@
 ln -fs /usr/share/zoneinfo/${TIMEZONE} $target/etc/localtime
 
 if [ -n "$IPADDR" ]; then
-    ifclass DHCPC || ainsl -s $FAI_ROOT/etc/hosts "$IPADDR $HOSTNAME.$DOMAIN $HOSTNAME"
+    ifclass DHCPC || ainsl -s $target/etc/hosts "$IPADDR $HOSTNAME.$DOMAIN $HOSTNAME"
 fi
 
 fcopy -iM /etc/hosts /etc/motd




More information about the Fai-commit mailing list