[Fai-commit] r4014 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Mon Sep 25 10:27:55 UTC 2006


Author: lange
Date: 2006-09-25 10:27:54 +0000 (Mon, 25 Sep 2006)
New Revision: 4014

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


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2006-09-25 10:25:56 UTC (rev 4013)
+++ trunk/bin/make-fai-nfsroot	2006-09-25 10:27:54 UTC (rev 4014)
@@ -236,8 +236,8 @@
     [ -d $NFSROOT/var/state ] || mkdir $NFSROOT/var/state
     cp -a $cfdir/apt $NFSROOT/etc
 
-    ainsl $NFSROOT/etc/hosts "127.0.0.1 localhost"
-    ainsl $NFSROOT/etc/hosts "$NFSROOT_ETC_HOSTS"
+    ainsl -a $NFSROOT/etc/hosts "127.0.0.1 localhost"
+    ainsl    $NFSROOT/etc/hosts "$NFSROOT_ETC_HOSTS"
     add_all_host_entries
 
     # we need these option before installing the first package. So we




More information about the Fai-commit mailing list