index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-31 21:12:19 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-31 21:12:19 +0200 |
commit | b91699c0e55cc43581d8f1d84886d296e02611de (patch) | |
tree | eccebbd3a2684d6f460a9b9b67b6bf91e63f92d0 /examples | |
parent | 129f7f23fad627a3a42f625663504e7b239f2232 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 3d450473..42807962 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -35,7 +35,7 @@ while 1: new_user = input(new_user_text) if len(new_user.strip()) == 0: if len(root_pw.strip()) == 0: - archinstall.log(' * Since root is disabled, you need to create a least one user!', bg='black', fg='red') + archinstall.log(' * Since root is disabled, you need to create a least one (super) user!', bg='black', fg='red') continue break new_user_passwd = getpass.getpass(prompt=f'Password for user {new_user}: ') |