Unmount chroot/root/config when running lb_clean.

This commit is contained in:
Matthijs Kooijman 2012-01-10 21:37:20 +01:00
parent 02b9dc3ea9
commit 93a18b9cad
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ do
${LB_ROOT_COMMAND} umount -f chroot/dev/pts > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/dev > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/var/lib/dpkg > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/root/config > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/binary.tmp > /dev/null 2>&1 || true
${LB_ROOT_COMMAND} umount -f chroot/dev.tmp/pts > /dev/null 2>&1 || true