Removing distribution check for assemblink mksquashfs options in binary_rootfs, not required anymore.
This commit is contained in:
parent
f2af3a7df7
commit
cb9bd103b9
|
@ -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
|
||||
fi
|
||||
|
||||
mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS}
|
||||
|
|
Loading…
Reference in New Issue