index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 13:54:17 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 13:54:17 +0100 |
commit | 30e45d57a1829196fdbf1ba8eaaafa16f8e9996a (patch) | |
tree | d8de446fead45e3a2730fd6bebce19319b98609e | |
parent | ef117744cbebc98ba6aed31e4b47de0e73ae1349 (diff) |
-rw-r--r-- | archinstall.py | 2 |
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']: |