Skip to content

Commit

Permalink
s92/r89: exit on error is not the best idea here now ...
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Aug 3, 2021
1 parent 1752063 commit 9aa0d8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/orbsmart_s92_beelink_r89-prepare-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ fi

rm ${MYTMPDIR}/*

# exit on error
set -e

mkdir -p ${MYTMPDIR}
echo "- creating kernel image"
${MOUNT_POINT}/boot/r89-boot/mkkrnlimg -a ${MOUNT_POINT}/boot/zImage-${kver} ${MYTMPDIR}/kernel-linux.img
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ fi

rm ${MYTMPDIR}/*

# exit on error
set -e

mkdir -p ${MYTMPDIR}
echo "- creating kernel image"
/boot/r89-boot/mkkrnlimg -a /boot/zImage-${kver} ${MYTMPDIR}/kernel-linux.img
Expand Down

0 comments on commit 9aa0d8e

Please sign in to comment.