summaryrefslogtreecommitdiff
path: root/stages
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-22 20:51:57 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-22 20:51:57 +0100
commit9ccbdf11c564bae4cddd449e0342516b008be49b (patch)
tree97ad25f289ab71b53145277cfc57f073ac760517 /stages
parent9050875a8d36640d7068afd6b6632a97104d8df4 (diff)
downloadarchinstall-9ccbdf11c564bae4cddd449e0342516b008be49b.tar
archinstall-9ccbdf11c564bae4cddd449e0342516b008be49b.tar.zst
archinstall-9ccbdf11c564bae4cddd449e0342516b008be49b.zip
Removed LVM on top of LUKS for a MVP-style version of encryption.
Diffstat (limited to 'stages')
-rw-r--r--stages/first_stage.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh
index ea11fa4..a3b7c03 100644
--- a/stages/first_stage.sh
+++ b/stages/first_stage.sh
@@ -53,9 +53,7 @@ if [ $system_encryption == "yes" ];then
bash open_crypto_partition.sh $main_partition_path $DEFAULT_PASSWORD
- bash setup_lvm.sh
-
- export root_partition_path="/dev/SystemVolumeGroup/root"
+ export root_partition_path="/dev/mapper/main"
else