Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/guided.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 1b571d17..f009d938 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -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')