Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
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']: