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 00744044..76afbddc 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -852,7 +852,7 @@ def mount_boot(drive, partition, mountpoint='/mnt/boot', *positionals, **kwargs)
def mount_mountpoints(drive, bootpartition, mountpoint='/mnt/boot', *positionals, **kwargs):
drive = args[drive]
- bootpartition = args[bootpartition]
+ bootpartition = args['partitions'][bootpartition]
mount_luksdev(*positionals, **kwargs)
mount_boot(drive, bootpartition, mountpoint='/mnt/boot', *positionals, **kwargs)