From 72e6eb4567d0287b233ab758b30607d54f29a80a Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 28 Nov 2019 00:56:17 +0000 Subject: Feature: #28 - Tested and works --- archinstall.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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): -- cgit v1.2.3-54-g00ecf