index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-11-09 19:01:48 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-11-09 19:01:48 +0100 |
commit | 71a86f65aa8f260ba6201988d84deacb971d3a7a (patch) | |
tree | 203fec5773dc0806ef78ab320a6b12ebbccd0e53 /examples/guided.py | |
parent | 389aa1080b99b4b0a52a3940e9a344027b5cb9b6 (diff) |
-rw-r--r-- | examples/guided.py | 1 |
diff --git a/examples/guided.py b/examples/guided.py index a1f30f76..73bf7712 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -247,6 +247,7 @@ def perform_installation(mountpoint): "!users" : archinstall.arguments['!users'], "!superusers" : archinstall.arguments['!users'], "!root-password" : archinstall.arguments['!users'], + "!encryption-password" : archinstall.arguments['!encryption-password'], }, indent=4, sort_keys=True, cls=archinstall.UNSAFE_JSON) with open("/var/log/archinstall/user_credentials.json", "w") as config_file: |