diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-09-07 14:24:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:41 +0100 |
commit | a2c5c9e2d061303b1894721590e71f6870f4f8c1 (patch) | |
tree | 564f32083825e093f9926c5747df93b914a16250 | |
parent | 4908e9a90716c9c9d9eb1c5eb152f330d4827a95 (diff) | |
download | vyos-live-build-a2c5c9e2d061303b1894721590e71f6870f4f8c1.tar.gz vyos-live-build-a2c5c9e2d061303b1894721590e71f6870f4f8c1.zip |
Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in lh_clean.
-rwxr-xr-x | helpers/lh_clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean index dc4ba0450..660c1fca4 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 |