Using xz compression for squashfs only on wheezy and sid for the moment, not artax-backports.

This commit is contained in:
Daniel Baumann 2012-01-07 20:25:54 +01:00
parent 6bb4a22152
commit ecbcdaa784
1 changed files with 2 additions and 1 deletions

View File

@ -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