[SCM] debian-live branch, master, updated. 1.0.0-2-16-g1c25a40
Daniel Baumann
daniel at debian.org
Sun Sep 7 20:02:25 UTC 2008
The following commit has been merged in the master branch:
commit 4f3aca51d9fee43b6b2b0455a0273ac9cdb6cbae
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