[SCM] live-build branch, debian-next, updated. debian/3.0_a40-1-18-gecbcdaa

Daniel Baumann daniel at debian.org
Sat Jan 7 19:26:22 UTC 2012


The following commit has been merged in the debian-next branch:
commit ecbcdaa7849b4751ebd400f66b5d290874254f54
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jan 7 20:25:54 2012 +0100

    Using xz compression for squashfs only on wheezy and sid for the moment, not artax-backports.

diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index e0901a5..dd7e249 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -358,7 +358,8 @@ case "${LB_CHROOT_FILESYSTEM}" in
 		fi
 
 		case "${LB_DISTRIBUTION}" in
-			artax-backports)
+			wheezy|sid)
+				# FIXME: artax-backports once d-i has catched up
 				MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -comp xz"
 				;;
 		esac

-- 
live-build



More information about the debian-live-changes mailing list