From 30e45d57a1829196fdbf1ba8eaaafa16f8e9996a Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 29 Nov 2019 13:54:17 +0100 Subject: Added --minimal to skip profile lookups completely. #29 --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index d514b283..8437575c 100644 --- a/archinstall.py +++ b/archinstall.py @@ -1138,7 +1138,7 @@ if __name__ == '__main__': ## == If we got networking, # Try fetching instructions for this box unless a specific profile was given, and execute them. - if args['profile'] is None: + if args['profile'] is None and not args['minimal']: instructions = load_automatic_instructions() elif args['profile'] and not args['minimal']: -- cgit v1.2.3-70-g09d2