From 3d0a8e854fa28d59033c332ddc591686b958204c Mon Sep 17 00:00:00 2001 From: Ninoh-FOX Date: Mon, 23 Dec 2019 12:31:39 +0100 Subject: [PATCH] add check fat32 partition --- create_updater.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create_updater.sh b/create_updater.sh index f05b9e6..e0c4f78 100644 --- a/create_updater.sh +++ b/create_updater.sh @@ -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" @@ -141,6 +141,7 @@ mksquashfs \ update/flash_partition.sh \ update/date.txt \ update/version.txt \ + update/fsck.fat \ $BOOTLOADERS \ $MININIT \ $KERNEL \