From edc9f07fe5eb49dbf4ee0166c726d2ad0d0e8ef8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 24 Jun 2010 01:43:38 +0200 Subject: Making excludes handling simpler, and dropping excluding of kernel images for minimal or stripped images (Closes: #586367). --- helpers/binary_rootfs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'helpers/binary_rootfs') diff --git a/helpers/binary_rootfs b/helpers/binary_rootfs index 9ed1358b2..ac2b1e7ca 100755 --- a/helpers/binary_rootfs +++ b/helpers/binary_rootfs @@ -362,11 +362,6 @@ case "${LH_CHROOT_FILESYSTEM}" in ;; false) - if [ -f config/binary_rootfs/excludes ] - then - MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -wildcards -ef config/binary_rootfs/excludes" - fi - mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS} ;; esac -- cgit v1.2.3