index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 21:19:33 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 21:19:33 +0000 |
commit | 3bcfd23b30509336ac5bdbd72cc7163d091edc3c (patch) | |
tree | 16de2c02997b715b6c4122c19d32f63023accd0e | |
parent | f2e3d8ecf28e0e2d3398948d8b283974d7484ec2 (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 415abc8e..59af0fee 100644 --- a/archinstall.py +++ b/archinstall.py @@ -587,7 +587,7 @@ def close_disks(): o = simple_command('/usr/bin/umount -R /mnt') o = simple_command('/usr/bin/cryptsetup close /dev/mapper/luksdev') -def format_disk(drive='drive', start='start', end='size', emulate=False, *args, **kwargs): +def format_disk(drive='drive', start='start', end='size', emulate=False, *positionals, **kwargs): drive = args[drive] start = args[start] end = args[end] |