[SCM] live-build branch, debian, updated. debian/3.0_a25-1-57-g6167d10

Daniel Baumann daniel at debian.org
Thu Aug 4 19:53:18 UTC 2011


The following commit has been merged in the debian branch:
commit 346397d2e0e5add283c1de7287fa25a4d9c32f54
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 20 18:24:32 2011 +0200

    Adding a comment to the chroot calls in excludes handling of binary_chroot whey the chroot function is not used.

diff --git a/scripts/build/lb_binary_chroot b/scripts/build/lb_binary_chroot
index 4f02e50..f5ac80f 100755
--- a/scripts/build/lb_binary_chroot
+++ b/scripts/build/lb_binary_chroot
@@ -102,12 +102,14 @@ then
 	case "${LB_BUILD_WITH_CHROOT}" in
 		true)
 			cp config/binary_rootfs/excludes chroot/chroot/excludes
+			# Not using Chroot() here because we want explicitly /bin/bash (for the time being)
 			chroot chroot/chroot /usr/bin/env -i xargs --arg-file=/excludes -I FILE bash -c 'rm -rf FILE'
 			rm -f chroot/chroot/excludes
 			;;
 
 		false)
 			cp config/binary_rootfs/excludes chroot/excludes
+			# Not using Chroot() here because we want explicitly /bin/bash (for the time being)
 			chroot chroot /usr/bin/env -i xargs --arg-file=/excludes -I FILE bash -c 'rm -rf FILE'
 			rm -f chroot/excludes
 			;;

-- 
live-build



More information about the debian-live-changes mailing list