[SCM] live-build branch, debian-next, updated. debian/3.0_a16-1-3-g65fef6b

Daniel Baumann daniel at debian.org
Thu Apr 28 22:00:51 UTC 2011


The following commit has been merged in the debian-next branch:
commit 65fef6b5289d42071565e9b9f86961aafcf29a41
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 29 00:01:45 2011 +0200

    Enabling xz compression by default for artax-backports.

diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index f6c35fd..2e3e34e 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -315,6 +315,12 @@ case "${LB_CHROOT_FILESYSTEM}" in
 			esac
 		fi
 
+		case "${LB_DISTRIBUTION}" in
+			artax-backports)
+				MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -comp xz"
+				;;
+		esac
+
 		case "${LB_BUILD_WITH_CHROOT}" in
 			true)
 				# Create image

-- 
live-build



More information about the debian-live-changes mailing list