summaryrefslogtreecommitdiff
path: root/helpers/lh_clean
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-09-07 14:24:43 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:41 +0100
commita2c5c9e2d061303b1894721590e71f6870f4f8c1 (patch)
tree564f32083825e093f9926c5747df93b914a16250 /helpers/lh_clean
parent4908e9a90716c9c9d9eb1c5eb152f330d4827a95 (diff)
downloadlive-build-a2c5c9e2d061303b1894721590e71f6870f4f8c1.zip
live-build-a2c5c9e2d061303b1894721590e71f6870f4f8c1.tar.gz
Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in lh_clean.
Diffstat (limited to 'helpers/lh_clean')
-rwxr-xr-xhelpers/lh_clean1
1 files changed, 1 insertions, 0 deletions
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