Added --minimal to skip profile lookups completely. #29

This commit is contained in:
Anton Hvornum 2019-11-29 13:54:17 +01:00
parent ef117744cb
commit 30e45d57a1
1 changed files with 1 additions and 1 deletions

View File

@ -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']: