From ef455894e3d773dd728bf3613fd490f8cb4e686d Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Sun, 8 Apr 2018 14:02:08 +0200 Subject: Added debug output when options were given to the net-deploy command --- archinstall.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archinstall.py b/archinstall.py index a16ff8fb..df857a87 100644 --- a/archinstall.py +++ b/archinstall.py @@ -296,6 +296,8 @@ if __name__ == '__main__': print('[N] Network Deploy: {}'.format(title)) for command in conf[title]: opts = conf[title][command] if type(conf[title][command]) in (dict, oDict) else {} + if len(opts): + print('[-] Options: {}'.format(opts)) #print('[N] Command: {} ({})'.format(command, opts)) o = run('arch-chroot /mnt {c}'.format(c=command), opts) -- cgit v1.2.3-70-g09d2