Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-03-12 11:40:30 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-03-12 11:40:30 +0530
commit43a0134f2e59dd34252195ff4d5bae4ebaaa6117 (patch)
treeb1f7a3b8ecabfdb1339be8c5a1d07f1578c59491 /archinstall
parentceadb59b26cd99f11480058c072a678dc8ae2476 (diff)
fixed typo
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 5ab560f4..e393d50e 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -358,7 +358,7 @@ class Installer():
break
raise RequirementError(f"Could not identify the UUID of {self.partition}, there for {self.mountpoint}/boot/loader/entries/arch.conf will be broken until fixed.")
else:
- raise RequirementError("Systemd boot is UEFI only it can not be installed or used on bios")
+ raise RequirementError("Systemd-boot is UEFI only it can not be installed or used on bios")
elif bootloader == 'grub-install':
if hasUEFI():
o = b''.join(sys_command(f'/usr/bin/arch-chroot {self.mountpoint} grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB'))