From e9aa6ad0bc94473e165a1b878827f7a537d88acb Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 18 Mar 2020 12:44:49 +0100 Subject: Bugfix --- stages/first_stage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stages/first_stage.sh b/stages/first_stage.sh index e5b4ee6..daf856d 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -112,6 +112,7 @@ if [ "$luks_encryption" == "no" ];then mkfs.ext4 ${path_to_disk}2 e2label ${path_to_disk}2 "root" mount ${path_to_disk}2 /mnt + mkdir /mnt/boot mount ${path_to_disk}1 /mnt/boot elif [ "$boot_mode" == "uefi" ];then echo "Formatting for no disk encryption and uefi/gpt" -- cgit v1.2.3-70-g09d2