index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-20 12:57:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 12:57:46 +0000 |
commit | 636a7b95d52c48e795d728daa02167fbea086d2c (patch) | |
tree | a72efaad83cecc010fa81447d28ecd7247bc6b39 /examples/guided.py | |
parent | 2b7face25222c580ebf733942d13a83469f766e5 (diff) | |
parent | f5ef751d53d8bb2c7d180166c196349c86057138 (diff) |
-rw-r--r-- | examples/guided.py | 5 |
diff --git a/examples/guided.py b/examples/guided.py index df708ac1..c86f2b4b 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -344,7 +344,7 @@ def perform_installation(mountpoint): for user, user_info in archinstall.arguments.get('users', {}).items(): installation.user_create(user, user_info["!password"], sudo=False) - + for superuser, user_info in archinstall.arguments.get('superusers', {}).items(): installation.user_create(superuser, user_info["!password"], sudo=True) @@ -372,5 +372,4 @@ def perform_installation(mountpoint): pass ask_user_questions() -perform_installation_steps() - +perform_installation_steps()
\ No newline at end of file |