Skip to content

Commit

Permalink
Merge pull request #2814 from chewitt/boot_cosmetics
Browse files Browse the repository at this point in the history
busybox: tweak text as dtb.img is not a bootloader
  • Loading branch information
MilhouseVH committed Jul 15, 2018
2 parents 7efe215 + 2c05b8c commit 3ada3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sysutils/busybox/scripts/init
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
mount_part "/flash/$IMAGE_SYSTEM" "/sysroot" "ro,loop"

if [ -f $SYSTEM_ROOT/usr/share/bootloader/update.sh ]; then
StartProgress spinner "Updating Bootloader... "
StartProgress spinner "Updating Boot Files... "
result="$(sh $SYSTEM_ROOT/usr/share/bootloader/update.sh 2>&1)"
sync
StopProgress "done"
Expand Down

0 comments on commit 3ada3ef

Please sign in to comment.