Also avoiding to use xz compression for squashfs for kubuntu.

This commit is contained in:
Daniel Baumann 2012-11-30 15:29:20 +01:00
parent d306246697
commit bbf1634782
1 changed files with 1 additions and 2 deletions

View File

@ -357,8 +357,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
esac
fi
if [ "${LB_PARENT_DISTRIBUTION}" != "squeeze" ] && \
[ "${LB_MODE}" != "ubuntu" ]
if [ "${LB_PARENT_DISTRIBUTION}" != "squeeze" ] && [ "${LB_MODE}" != "ubuntu" ] && [ "${LB_MODE}" != "kubuntu" ]
then
MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -comp xz"
fi