Forgot the disk encryption password, also escaped with !

This commit is contained in:
Anton Hvornum 2021-11-09 19:01:48 +01:00
parent 389aa1080b
commit 71a86f65aa

View file

@ -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: