[SCM] debian-live branch, master, updated. 1.0.0-2-15-g92dc193

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


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

    Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in lh_clean.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_clean b/helpers/lh_clean
index dc4ba04..660c1fc 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -66,6 +66,7 @@ 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} rm -rf chroot chroot.tmp

-- 
debian-live



More information about the debian-live-changes mailing list