diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-06-24 01:43:38 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-06-24 01:43:38 +0200 |
| commit | 12148af2a47e4cf59b868e1970af5be854cfa20f (patch) | |
| tree | 66b0563779dec86060d90ec95dcd07036f859958 /helpers/binary_rootfs | |
| parent | fdb611c18c6009e1c5b961201d941cf1051468b5 (diff) | |
| download | vyos-live-build-12148af2a47e4cf59b868e1970af5be854cfa20f.tar.gz vyos-live-build-12148af2a47e4cf59b868e1970af5be854cfa20f.zip | |
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-x | helpers/binary_rootfs | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
