diff options
| -rwxr-xr-x | remote/setup-tools.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/setup-tools.sh b/remote/setup-tools.sh index c716a7a2..54713683 100755 --- a/remote/setup-tools.sh +++ b/remote/setup-tools.sh @@ -98,8 +98,9 @@ copyfileswithdependencies () for f in $(find . -name $FILENAME) do [ $(file $f |grep -c ELF) -eq 0 ] && FILE=$f - done echo $FILE >> $COPYFILES_LIST + done + #echo $FILE >> $COPYFILES_LIST done #copy to initramfsdir |
