From cb9bd103b9ee08030b2cad2783935d63d5701abc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 24 Jun 2010 01:31:59 +0200 Subject: Removing distribution check for assemblink mksquashfs options in binary_rootfs, not required anymore. --- helpers/binary_rootfs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/helpers/binary_rootfs b/helpers/binary_rootfs index 6d6b345..9ed1358 100755 --- a/helpers/binary_rootfs +++ b/helpers/binary_rootfs @@ -364,11 +364,7 @@ case "${LH_CHROOT_FILESYSTEM}" in false) if [ -f config/binary_rootfs/excludes ] then - case "${LH_DISTRIBUTION}" in - lenny|sid) - MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -wildcards -ef config/binary_rootfs/excludes" - ;; - esac + MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -wildcards -ef config/binary_rootfs/excludes" fi mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS} -- cgit v1.0