index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-11-22 11:27:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 11:27:49 +0000 |
commit | 29d0b3d15570a12ad89feff8b49dd9be478e69c2 (patch) | |
tree | 7a10426dca04a436fc3bf7edc68b89ac70d1b866 /examples | |
parent | c264fd466aca54bcc1a7210165ee143b5f0aa6f3 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 8486521d..a86aafd2 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -135,7 +135,7 @@ def ask_user_questions(): # Ask for a root password (optional, but triggers requirement for super-user if skipped) if not archinstall.arguments.get('!root-password', None): - archinstall.arguments['!root-password'] = archinstall.get_password(prompt='Enter root password (leave blank to disable disabled & create superuser): ') + archinstall.arguments['!root-password'] = archinstall.get_password(prompt='Enter root password (leave blank to disable root & create superuser): ') # Ask for additional users (super-user if root pw was not set) if not archinstall.arguments.get('!root-password', None) and not archinstall.arguments.get('!superusers', None): |