Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)