[Fai-commit] r6615 - trunk/bin

Thomas Lange lange at alioth.debian.org
Wed Jul 20 16:35:56 UTC 2011


Author: lange
Date: 2011-07-20 16:35:55 +0000 (Wed, 20 Jul 2011)
New Revision: 6615

Modified:
   trunk/bin/make-fai-nfsroot
Log:
change comment


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2011-07-20 16:34:49 UTC (rev 6614)
+++ trunk/bin/make-fai-nfsroot	2011-07-20 16:35:55 UTC (rev 6615)
@@ -546,7 +546,7 @@
     [ -L $NFSROOT/proc/self ] && umount $NFSROOT/proc || true
     [ -L $NFSROOT/proc/self ] && die 1 "/proc is still mounted inside the nfsroot."
     umount $NFSROOT/$MNTPOINT  2>/dev/null || true # it's safer to try to umount 
-    # remove old nfsroot in background
+    # remove old nfsroot using a background process
     mv $oldnfsroot/live $oldnfsroot/.will-now-be-deleted
     nice rm -rf $oldnfsroot/.will-now-be-deleted & 
 fi




More information about the Fai-commit mailing list