summaryrefslogtreecommitdiff
path: root/stages/first_stage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stages/first_stage.sh')
-rw-r--r--stages/first_stage.sh1
1 files changed, 1 insertions, 0 deletions
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"