Skip to content

Commit

Permalink
Force the mkfs.ext4.
Browse files Browse the repository at this point in the history
  • Loading branch information
supdrewin committed Apr 6, 2022
1 parent 123aac9 commit 533dc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ n
w" | fdisk "$DISK"

mkfs.ext4 "${DISK}2"
mkfs.ext4 -F "${DISK}2"
mkfs.fat -F32 "${DISK}1"

mount "${DISK}2" /mnt && mkdir /mnt/boot
Expand Down

0 comments on commit 533dc57

Please sign in to comment.