Browse Source

squashfs: fixed build.sh to exclude /boot

user/chris/test/arm
Christian Wiese 12 years ago
committed by Alejandro Mery
parent
commit
fb2a671cae
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      target/share/squashfs/build.sh

+ 2
- 1
target/share/squashfs/build.sh

@ -29,7 +29,8 @@ SQUASHFS_POSTOVERLAY_HOOK=
# Lists
#
SQUASHFS_INSTALL_PACKAGES=
SQUASHFS_INSTALL_PATTERN="-e '/ var\/adm/ d;' \
SQUASHFS_INSTALL_PATTERN="-e '/ boot/d;' \
-e '/ var\/adm/ d;' \
-e '/\.\(h\|o\|a\|a\..*\|la\|pc\)$/d;' -e '/\/aclocal\//d;' \
-e '/ usr\/share\/\(doc\|info\|man\)\//d;' -e'/ opt\/[^\/]*\/\(doc\|info\|man\)\//d;' -e '/\/gtk-doc\//d;'"

Loading…
Cancel
Save