summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-01-07 20:25:54 +0100
committerDaniel Baumann <daniel@debian.org>2012-01-07 20:25:54 +0100
commitecbcdaa7849b4751ebd400f66b5d290874254f54 (patch)
treeb312b174c174e2b3487d066bf0855717fc3b17ae /scripts/build/lb_binary_rootfs
parent6bb4a22152570c4ca2d48d9efb94b5a0349c159b (diff)
downloadvyos-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.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-xscripts/build/lb_binary_rootfs3
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