From 14a43495cabfe99a05d601353e34b5a5eb0317ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 18 Jul 2012 22:44:05 +0200 Subject: Correcting some distribution specific checks to make them derivatives compliant. --- scripts/build/lb_binary_rootfs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'scripts/build/lb_binary_rootfs') diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index e4257cee9..99a7695b3 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -357,9 +357,13 @@ case "${LB_CHROOT_FILESYSTEM}" in esac fi - case "${LB_DISTRIBUTION}" in - wheezy|sid) - # FIXME: artax-backports once d-i has catched up + case "${LB_PARENT_DISTRIBUTION}" in + squeeze) + + ;; + + *) + # FIXME: artax-backports too, once d-i has catched up MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -comp xz" ;; esac -- cgit v1.2.3