[SCM] debian-live branch, master, updated. 1.0.0-2-16-g4673d70

Chris Lamb chris at chris-lamb.co.uk
Sun Sep 7 13:44:19 UTC 2008


The following commit has been merged in the master branch:
commit 4673d7034cadf86e2385f8c66996aa74fea673a3
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Sep 7 14:30:30 2008 +0100

    Additionally unmount chroot/binary.tmp in lh_clean --chroot.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_clean b/helpers/lh_clean
index 660c1fc..a6dd3f8 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -66,9 +66,11 @@ do
 			${LH_ROOT_COMMAND} umount -f chroot/lib/init/rw > /dev/null 2>&1 || true
 			${LH_ROOT_COMMAND} umount -f chroot/dev/shm > /dev/null 2>&1 || true
 			${LH_ROOT_COMMAND} umount -f chroot/dev/pts > /dev/null 2>&1 || true
-			${LH_ROOT_COMMAND} umount -f chroot/dev.tmp/pts > /dev/null 2>&1 || true
 			${LH_ROOT_COMMAND} umount -f chroot/dev > /dev/null 2>&1 || true
 
+			${LH_ROOT_COMMAND} umount -f chroot/binary.tmp > /dev/null 2>&1 || true
+			${LH_ROOT_COMMAND} umount -f chroot/dev.tmp/pts > /dev/null 2>&1 || true
+
 			${LH_ROOT_COMMAND} rm -rf chroot chroot.tmp
 
 			rm -f .stage/chroot*

-- 
debian-live



More information about the debian-live-changes mailing list