[Pkg-uml-commit] r150 - trunk/src/rootstrap/modules

Mattia Dongili malattia at costa.debian.org
Sun Aug 20 17:02:49 UTC 2006


Author: malattia
Date: 2006-08-20 17:02:48 +0000 (Sun, 20 Aug 2006)
New Revision: 150

Modified:
   trunk/src/rootstrap/modules/umount
Log:
cleanup more mounted FS-es

Modified: trunk/src/rootstrap/modules/umount
===================================================================
--- trunk/src/rootstrap/modules/umount	2006-08-20 16:20:47 UTC (rev 149)
+++ trunk/src/rootstrap/modules/umount	2006-08-20 17:02:48 UTC (rev 150)
@@ -1,4 +1,7 @@
 #!/bin/sh -e
 
+# clean up anything left behind
 umount -n $TARGET/proc || true
+umount -n $TARGET/sys || true
+
 umount -n $TARGET




More information about the Pkg-uml-commit mailing list