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@hvornum.se>2021-11-09 19:01:48 +0100
committerAnton Hvornum <anton@hvornum.se>2021-11-09 19:01:48 +0100
commit71a86f65aa8f260ba6201988d84deacb971d3a7a (patch)
tree203fec5773dc0806ef78ab320a6b12ebbccd0e53 /examples/guided.py
parent389aa1080b99b4b0a52a3940e9a344027b5cb9b6 (diff)
Forgot the disk encryption password, also escaped with !
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 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: