Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-03-09 11:49:20 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-03-09 11:49:20 +0100
commitce646a93948a6d6f5260a9e6e7f47282f956a56c (patch)
tree46279455c38116ba82c34bdc94416c9dd92b52f3 /examples/guided.py
parent9f0d25bce302459efa5ab5b9eaf22bb1f1feb575 (diff)
Forgot a variable.
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 3f57ec88..55643933 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -139,6 +139,7 @@ if archinstall.arguments['harddrive'].has_partitions():
if len(new_filesystem) <= 0:
if partition.encrypted and partition.filesystem == 'crypto_LUKS':
if (autodetected_filesystem := partition.detect_inner_filesystem(archinstall.arguments.get('!encryption-password', None))):
+ new_filesystem = autodetected_filesystem
else:
archinstall.log(f"Could not auto-detect the filesystem inside the encrypted volume.", fg='red')
archinstall.log(f"A filesystem must be defined for the unlocked encrypted partition.")