index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall.py | 2 |
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) |