From 71a86f65aa8f260ba6201988d84deacb971d3a7a Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 9 Nov 2021 19:01:48 +0100 Subject: Forgot the disk encryption password, also escaped with ! --- examples/guided.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/guided.py') 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: -- cgit v1.2.3-54-g00ecf