diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 12:44:49 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 12:44:49 +0100 |
commit | e9aa6ad0bc94473e165a1b878827f7a537d88acb (patch) | |
tree | e6438ac7b356f1d61d65d0b01debb851c709beb3 | |
parent | 1a582b6a1721dab41a8433a652143e7318ddbf32 (diff) | |
download | archinstall-e9aa6ad0bc94473e165a1b878827f7a537d88acb.tar archinstall-e9aa6ad0bc94473e165a1b878827f7a537d88acb.tar.zst archinstall-e9aa6ad0bc94473e165a1b878827f7a537d88acb.zip |
Bugfix
-rw-r--r-- | stages/first_stage.sh | 1 |
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" |