index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-11-11 09:59:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 09:59:42 +0000 |
commit | e3e62039f9c4cbbb6f604c838cd3cd8032150565 (patch) | |
tree | 0917691dc792c9eb5773ab6ed63b8a3de52e4f49 /archinstall/lib/user_interaction.py | |
parent | 273b7aaa994170f65055c7db178a548544b5bb76 (diff) | |
parent | ad09c8cfa29e891ed23c084a26993ae92dcf1265 (diff) |
-rw-r--r-- | archinstall/lib/user_interaction.py | 2 |
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py index e62d8c6c..c8b3fd91 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -195,7 +195,7 @@ def generic_multi_select(options, text="Select one or more of the options above def select_encrypted_partitions(block_devices :dict, password :str) -> dict: root = find_partition_by_mountpoint(block_devices, '/') root['encrypted'] = True - root['password'] = password + root['!password'] = password return block_devices |