Skip to content

Commit

Permalink
add check fat32 partition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX authored Dec 23, 2019
1 parent cc11698 commit 3d0a8e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
umask 0022

VERSION="1.7.9"
VERSION="`cat ./version.txt`"

if [ -r "update/vmlinuz.bin" ]; then
KERNEL="update/vmlinuz.bin"
Expand Down Expand Up @@ -141,6 +141,7 @@ mksquashfs \
update/flash_partition.sh \
update/date.txt \
update/version.txt \
update/fsck.fat \
$BOOTLOADERS \
$MININIT \
$KERNEL \
Expand Down

0 comments on commit 3d0a8e8

Please sign in to comment.