[Fai-commit] r4338 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Wed Jun 13 16:00:52 UTC 2007


Author: lange
Date: 2007-06-13 16:00:52 +0000 (Wed, 13 Jun 2007)
New Revision: 4338

Modified:
   trunk/bin/make-fai-nfsroot
Log:
mtab symlink is needed for df


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2007-06-13 14:54:46 UTC (rev 4337)
+++ trunk/bin/make-fai-nfsroot	2007-06-13 16:00:52 UTC (rev 4338)
@@ -274,8 +274,7 @@
 
     # make little changes to nfsroot, because nfsroot is
     # read only for the install clients 
-#    rm etc/mtab dev/MAKEDEV
-#    ln -s /proc/mounts etc/mtab
+    rm etc/mtab && ln -s /proc/mounts etc/mtab
     [ -d "var/lib/discover" ] || mkdir var/lib/discover
     [ -d "var/discover" ] || mkdir var/discover
     mkdir etc/sysconfig tmp/etc




More information about the Fai-commit mailing list