summaryrefslogtreecommitdiff
path: root/helpers/binary_rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/binary_rootfs')
-rwxr-xr-xhelpers/binary_rootfs6
1 files changed, 1 insertions, 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}