index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-27 19:07:18 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-27 19:07:18 +0000 |
commit | 2f30f907f400a5a439bf61da1c435f3f31a95d43 (patch) | |
tree | a2779f1f8e77af1a1caab627c7848884b3ee0a8b /archinstall.py | |
parent | 97f8f642f7c33eee4f4f9260085f6f95790988d7 (diff) |
-rw-r--r-- | archinstall.py | 2 |
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) |