summaryrefslogtreecommitdiff
path: root/stages
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-22 14:37:59 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-22 14:37:59 +0100
commitfc727bec9ca7c0ba1465bdd6b45ba262244191ab (patch)
tree145eda4ff427739bb1fb0632fed119dcff771a4e /stages
parent0c9661f2d98f9464cc5d19eb5fac5cdc9fdc226b (diff)
downloadarchinstall-fc727bec9ca7c0ba1465bdd6b45ba262244191ab.tar
archinstall-fc727bec9ca7c0ba1465bdd6b45ba262244191ab.tar.zst
archinstall-fc727bec9ca7c0ba1465bdd6b45ba262244191ab.zip
Formatting and opening luks Partition works.
Diffstat (limited to 'stages')
-rw-r--r--stages/first_stage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh
index ba0590a..b2331f0 100644
--- a/stages/first_stage.sh
+++ b/stages/first_stage.sh
@@ -51,9 +51,9 @@ if [ $system_encryption == "yes" ];then
bash format_crypto_partition.sh $main_partition_path $DEFAULT_PASSWORD
- bash open_crypto_partition.sh
+ bash open_crypto_partition.sh $main_partition_path $DEFAULT_PASSWORD
- bash create_logical_volumes.sh
+ bash create_logical_volumes.sh $main_partition_path
fi