From ecbcdaa7849b4751ebd400f66b5d290874254f54 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Jan 2012 20:25:54 +0100 Subject: Using xz compression for squashfs only on wheezy and sid for the moment, not artax-backports. --- scripts/build/lb_binary_rootfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index e0901a5f8..dd7e24962 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 -- cgit v1.2.3