Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-04 22:59:12 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-04 22:59:12 +0000
commitfd3c29f48671bf0b1de9b9a0f424d291f6ee4b74 (patch)
tree56f0fc74c7bc50ac4ddb25c05b49f6baa56a9965 /archinstall
parentd899a1473f0894f8065ab51a3366347416bd77e0 (diff)
Spelling error on systemd-bootctl.
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
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')