summaryrefslogtreecommitdiff
path: root/stages
diff options
context:
space:
mode:
Diffstat (limited to 'stages')
-rw-r--r--stages/first_stage.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh
index b2331f0..b268353 100644
--- a/stages/first_stage.sh
+++ b/stages/first_stage.sh
@@ -53,7 +53,9 @@ if [ $system_encryption == "yes" ];then
bash open_crypto_partition.sh $main_partition_path $DEFAULT_PASSWORD
- bash create_logical_volumes.sh $main_partition_path
+ bash setup_lvm.sh
+
+ export main_partition_path="/dev/SystemVolumeGroup/root"
fi