summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-03-18 12:44:49 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-03-18 12:44:49 +0100
commite9aa6ad0bc94473e165a1b878827f7a537d88acb (patch)
treee6438ac7b356f1d61d65d0b01debb851c709beb3
parent1a582b6a1721dab41a8433a652143e7318ddbf32 (diff)
downloadarchinstall-e9aa6ad0bc94473e165a1b878827f7a537d88acb.tar
archinstall-e9aa6ad0bc94473e165a1b878827f7a537d88acb.tar.zst
archinstall-e9aa6ad0bc94473e165a1b878827f7a537d88acb.zip
Bugfix
-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"