index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-28 00:56:17 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-28 00:56:17 +0000 |
commit | 72e6eb4567d0287b233ab758b30607d54f29a80a (patch) | |
tree | 279a59385721b45e23e2425e6357186f321cf151 | |
parent | 70c811e2bcc5a5492b230021c8de41b0c2368956 (diff) |
-rw-r--r-- | archinstall.py | 8 |
diff --git a/archinstall.py b/archinstall.py index e0c42a04..a7d46211 100644 --- a/archinstall.py +++ b/archinstall.py @@ -1184,10 +1184,12 @@ if __name__ == '__main__': # with open(args['pwfile'], 'r') as pw: # PIN = pw.read().strip() + print() if not args['skip-encrypt']: - print() - print('[!] Disk PASSWORD is: {}'.format(args['password'])) - print() + print('[!] Disk & root PASSWORD is: {}'.format(args['password'])) + else: + print('[!] root PASSWORD is: {}'.format(args['password'])) + print() if not args['rerun'] or args['ignore-rerun']: for i in range(5, 0, -1): |