Removing distribution check for assemblink mksquashfs options in binary_rootfs, not required anymore.

This commit is contained in:
Daniel Baumann 2010-06-24 01:31:59 +02:00
parent f2af3a7df7
commit cb9bd103b9
1 changed files with 1 additions and 5 deletions

View File

@ -364,11 +364,7 @@ case "${LH_CHROOT_FILESYSTEM}" in
false) false)
if [ -f config/binary_rootfs/excludes ] if [ -f config/binary_rootfs/excludes ]
then then
case "${LH_DISTRIBUTION}" in
lenny|sid)
MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -wildcards -ef config/binary_rootfs/excludes" MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -wildcards -ef config/binary_rootfs/excludes"
;;
esac
fi fi
mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS} mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS}