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:
parent
57ab082265
commit
b22984f698
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue