Fix unknown-ucode message for EFISTUB bootloader

This commit is contained in:
Ettore Forigo 2021-11-16 02:13:34 +01:00 committed by GitHub
parent 44109b851a
commit 436cabb8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ class Installer:
elif vendor == "GenuineIntel":
kernel_parameters.append("initrd=\\intel-ucode.img")
else:
self.log("unknow cpu vendor, not adding ucode to systemd-boot config")
self.log("unknow cpu vendor, not adding ucode to firmware boot entry")
kernel_parameters.append(f"initrd=\\initramfs-{kernel}.img")