[SCM] live-helper branch, debian-next, updated. debian/2.0_a12-1-17-gb28c072

Daniel Baumann daniel at debian.org
Fri May 21 06:46:24 UTC 2010


The following commit has been merged in the debian-next branch:
commit b28c07252f2a3e2cbdb4fc3e61b419e1646928b0
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri May 21 08:40:03 2010 +0200

    Also (try) unmounting /dev/shm in exit function.

diff --git a/functions/exit.sh b/functions/exit.sh
index b32fd00..338f285 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -28,7 +28,7 @@ Exit ()
 			umount ${DIRECTORY} > /dev/null 2>&1 || true
 		done
 	else
-		for DIRECTORY in /dev/pts /dev /proc /selinux /sys
+		for DIRECTORY in /dev/shm /dev/pts /dev /proc /selinux /sys
 		do
 			umount -f chroot/${DIRECTORY} > /dev/null 2>&1 || true
 		done

-- 
live-helper



More information about the debian-live-changes mailing list