This commit is contained in:
Augusto Gunsch
2021-08-09 15:56:57 -03:00
parent d1d0c39a8f
commit 09e90e3702

View File

@@ -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