Additionally unmount chroot/binary.tmp in lh_clean --chroot.

This commit is contained in:
Chris Lamb 2008-09-07 14:30:30 +01:00 committed by Daniel Baumann
parent a2c5c9e2d0
commit cf20a5b7b7
1 changed files with 3 additions and 1 deletions

View File

@ -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*