[SCM] live-build branch, debian, updated. debian/3.0_a41-1
Daniel Baumann
daniel at debian.org
Sun Jan 8 01:25:28 UTC 2012
The following commit has been merged in the debian 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