mkdir -p
This commit is contained in:
parent
5545ededf1
commit
749835ae21
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ mkfs.btrfs "/dev/mapper/cryptroot"
|
||||||
|
|
||||||
EVENT "Mounting cryptroot"
|
EVENT "Mounting cryptroot"
|
||||||
|
|
||||||
|
mkdir -p /mnt
|
||||||
mount /dev/mapper/cryptroot /mnt
|
mount /dev/mapper/cryptroot /mnt
|
||||||
|
|
||||||
EVENT "Setting up EFI vfat"
|
EVENT "Setting up EFI vfat"
|
||||||
|
@ -63,6 +64,7 @@ mkfs.vfat "-F32" "$EFI_PARTITION"
|
||||||
|
|
||||||
EVENT "Mounting EFI"
|
EVENT "Mounting EFI"
|
||||||
|
|
||||||
|
mkddir -p /mnt/boot/efi
|
||||||
mount $EFI_PARTITION /mnt/boot/efi
|
mount $EFI_PARTITION /mnt/boot/efi
|
||||||
|
|
||||||
EVENT "Successfully setup efi vfat and luks"
|
EVENT "Successfully setup efi vfat and luks"
|
||||||
|
|
Loading…
Reference in a new issue