From fc727bec9ca7c0ba1465bdd6b45ba262244191ab Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 22 Dec 2019 14:37:59 +0100 Subject: Formatting and opening luks Partition works. --- stages/first_stage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stages') 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 -- cgit v1.2.3-70-g09d2