diff options
-rwxr-xr-x | scripts/build/lb_binary_rootfs | 3 |
1 files changed, 2 insertions, 1 deletions
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 |