This commit is contained in:
Freya Murphy 2023-11-03 12:33:32 -04:00
parent 5545ededf1
commit 749835ae21
No known key found for this signature in database
GPG key ID: 988032A5638EE799

View file

@ -55,6 +55,7 @@ mkfs.btrfs "/dev/mapper/cryptroot"
EVENT "Mounting cryptroot"
mkdir -p /mnt
mount /dev/mapper/cryptroot /mnt
EVENT "Setting up EFI vfat"
@ -63,6 +64,7 @@ mkfs.vfat "-F32" "$EFI_PARTITION"
EVENT "Mounting EFI"
mkddir -p /mnt/boot/efi
mount $EFI_PARTITION /mnt/boot/efi
EVENT "Successfully setup efi vfat and luks"