From ceb73c5523d5ff8fb32e8a95d16d0d81914fbcfc Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 18 Nov 2019 22:09:24 +0000 Subject: Correction on args fetching --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2