From fd3c29f48671bf0b1de9b9a0f424d291f6ee4b74 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 4 Nov 2020 22:59:12 +0000 Subject: Spelling error on systemd-bootctl. --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 553fad80..01ff1e96 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -192,7 +192,7 @@ class Installer(): def add_bootloader(self, bootloader='systemd-bootctl'): self.log(f'Adding bootloader {bootloader} to {self.boot_partition}') - if bootloader == 'systemd-bootctle': + if bootloader == 'systemd-bootctl': o = b''.join(sys_command(f'/usr/bin/arch-chroot {self.mountpoint} bootctl --no-variables --path=/boot install')) with open(f'{self.mountpoint}/boot/loader/loader.conf', 'w') as loader: loader.write('default arch\n') -- cgit v1.2.3-54-g00ecf