summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-24 01:31:59 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:12 +0100
commitcb9bd103b9ee08030b2cad2783935d63d5701abc (patch)
treeb5cc78a9f7dcc80145f342e4bc7fa819a75c6446 /helpers
parentf2af3a7df70e75d9e5abb2d8cc9fa6685d857cd3 (diff)
downloadlive-build-cb9bd103b9ee08030b2cad2783935d63d5701abc.zip
live-build-cb9bd103b9ee08030b2cad2783935d63d5701abc.tar.gz
Removing distribution check for assemblink mksquashfs options in binary_rootfs, not required anymore.
Diffstat (limited to 'helpers')
-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}