Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-27 19:07:18 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-27 19:07:18 +0000
commit2f30f907f400a5a439bf61da1c435f3f31a95d43 (patch)
treea2779f1f8e77af1a1caab627c7848884b3ee0a8b
parent97f8f642f7c33eee4f4f9260085f6f95790988d7 (diff)
Fixes for transition
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 2b27f8be..a4b73c56 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -1144,7 +1144,7 @@ if __name__ == '__main__':
exit(1)
if not args['rerun'] or args['ignore-rerun']:
- if not mkfs_fat32('drive', '1', *positionals, **kwargs):
+ if not mkfs_fat32('drive', '1'):
print(f'[E] Could not setup {args["drive"]}{args["partitions"]["1"]}')
exit(1)