Bad copy paste of code prohibited credentials from being stored.

This commit is contained in:
Anton Hvornum 2021-11-11 09:59:22 +00:00
parent 813afa1507
commit ad09c8cfa2
1 changed files with 2 additions and 2 deletions

View File

@ -245,8 +245,8 @@ def perform_filesystem_operations():
def perform_installation(mountpoint):
user_credentials = {
"!users" : archinstall.arguments['!users'],
"!superusers" : archinstall.arguments['!users'],
"!root-password" : archinstall.arguments['!users'],
"!superusers" : archinstall.arguments['!superusers'],
"!root-password" : archinstall.arguments['!root-password'],
}
if archinstall.arguments.get('!encryption-password'):
user_credentials["!encryption-password"] = archinstall.arguments.get('!encryption-password')