index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 22:09:24 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 22:09:24 +0000 |
commit | ceb73c5523d5ff8fb32e8a95d16d0d81914fbcfc (patch) | |
tree | 69524ce8345984caf7af05550a23789962e1d70c | |
parent | 755efe5706590dd096be551847855293c641df89 (diff) |
-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) |