fixed typo
This commit is contained in:
parent
ceadb59b26
commit
43a0134f2e
|
|
@ -358,7 +358,7 @@ class Installer():
|
||||||
break
|
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.")
|
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:
|
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':
|
elif bootloader == 'grub-install':
|
||||||
if hasUEFI():
|
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'))
|
o = b''.join(sys_command(f'/usr/bin/arch-chroot {self.mountpoint} grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB'))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue