Using xz compression for squashfs only on wheezy and sid for the moment, not artax-backports.
This commit is contained in:
parent
6bb4a22152
commit
ecbcdaa784
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue