1
0

Fix the mkfs.vfat command.

This commit is contained in:
CronyAkatsuki 2022-10-13 21:01:02 +02:00
parent a5db4fafce
commit ab9037167c

View File

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