Added --minimal to skip profile lookups completely. #29
This commit is contained in:
parent
ef117744cb
commit
30e45d57a1
|
|
@ -1138,7 +1138,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
## == If we got networking,
|
## == If we got networking,
|
||||||
# Try fetching instructions for this box unless a specific profile was given, and execute them.
|
# 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()
|
instructions = load_automatic_instructions()
|
||||||
|
|
||||||
elif args['profile'] and not args['minimal']:
|
elif args['profile'] and not args['minimal']:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue