Also unmounting /run in lb_clean eventhough it's not really needed anyway but let's be on the caucious side (Closes: #633052).

This commit is contained in:
Daniel Baumann 2011-07-19 10:19:18 +02:00
parent 57ab082265
commit b22984f698
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ do
--chroot)
Echo_message "Cleaning chroot"
${LB_ROOT_COMMAND} umount -f chroot/run > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/sys > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/proc/sys/fs/binfmt_misc > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/proc > /dev/null 2>&1 || true