[SCM] live-build branch, debian-next, updated. debian/3.0_a25-1-10-gb22984f

Daniel Baumann daniel at debian.org
Tue Jul 19 08:17:45 UTC 2011


The following commit has been merged in the debian-next branch:
commit b22984f698834f1b76af599075e145aab75bdf9a
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 19 10:19:18 2011 +0200

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

diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean
index 23f2f7f..666ffc9 100755
--- a/scripts/build/lb_clean
+++ b/scripts/build/lb_clean
@@ -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

-- 
live-build



More information about the debian-live-changes mailing list