From 09e90e3702efc5679c8323ac158c5998085ee8cf Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Mon, 9 Aug 2021 15:56:57 -0300 Subject: [PATCH] Fix mkfs --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9e83e8a..6bee85c 100755 --- a/install.sh +++ b/install.sh @@ -123,7 +123,7 @@ partition() { echo -n "Configuring BOOT partition..." if [ $UEFI -eq 1 ]; then - quiet mkfs.fat32 "$DRIVE_TARGET"2 + quiet mkfs.fat -F 32 "$DRIVE_TARGET"2 fatlabel "$DRIVE_TARGET"2 BOOT else quiet mkfs.ext4 -L BOOT "$DRIVE_TARGET"2