Browse Source

squashfs: don't check for /init - meaningless for these images

user/chris/test/arm
Alejandro Mery 12 years ago
parent
commit
8d868893c4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      target/share/squashfs/build.sh

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

@ -123,7 +123,6 @@ fi
# sanity checks
#
[ -x "$rootfs/init" ] || echo_warning "This image is missing an /init file, it wont run."
for x in $rootfs/{,usr/}{sbin,bin}/* $rootfs/init $rootfs/lib/udev/*; do
[ -e "$x" ] || continue

Loading…
Cancel
Save