This commit is contained in:
Augusto Gunsch 2021-08-09 15:56:57 -03:00
parent d1d0c39a8f
commit 09e90e3702
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

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