diff options
author | Daniel Baumann <daniel@debian.org> | 2012-01-07 20:25:54 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-01-07 20:25:54 +0100 |
commit | ecbcdaa7849b4751ebd400f66b5d290874254f54 (patch) | |
tree | b312b174c174e2b3487d066bf0855717fc3b17ae | |
parent | 6bb4a22152570c4ca2d48d9efb94b5a0349c159b (diff) | |
download | vyos-live-build-ecbcdaa7849b4751ebd400f66b5d290874254f54.tar.gz vyos-live-build-ecbcdaa7849b4751ebd400f66b5d290874254f54.zip |
Using xz compression for squashfs only on wheezy and sid for the moment, not artax-backports.
-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 |