Fix the mkfs.vfat command.
This commit is contained in:
parent
a5db4fafce
commit
ab9037167c
@ -41,7 +41,7 @@ read -p "Did you also create swap partition? [y/n]: " answer
|
||||
|
||||
read -p "Did you also create efi partition? [y/n]: " answer
|
||||
[[ $answer = y ]] && read -p "Enter EFI partition: " efipartition
|
||||
[[ ! -z ${efipartition+x} ]] && mkfs.vfat -f -F 32 $efipartition
|
||||
[[ ! -z ${efipartition+x} ]] && mkfs.vfat -F 32 $efipartition
|
||||
|
||||
echo "Setting up btrfs subvolumes"
|
||||
mount $partition /mnt
|
||||
|
Loading…
Reference in New Issue
Block a user