summaryrefslogtreecommitdiff
path: root/helpers/binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-24 01:43:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:12 +0100
commitedc9f07fe5eb49dbf4ee0166c726d2ad0d0e8ef8 (patch)
tree66b0563779dec86060d90ec95dcd07036f859958 /helpers/binary_rootfs
parentcb9bd103b9ee08030b2cad2783935d63d5701abc (diff)
downloadlive-build-edc9f07fe5eb49dbf4ee0166c726d2ad0d0e8ef8.zip
live-build-edc9f07fe5eb49dbf4ee0166c726d2ad0d0e8ef8.tar.gz
Making excludes handling simpler, and dropping excluding of kernel images for minimal or stripped images (Closes: #586367).
Diffstat (limited to 'helpers/binary_rootfs')
-rwxr-xr-xhelpers/binary_rootfs5
1 files changed, 0 insertions, 5 deletions
diff --git a/helpers/binary_rootfs b/helpers/binary_rootfs
index 9ed1358..ac2b1e7 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