From da7efe74e1f72525719271fd8bf52d20af363cbd Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 13 Mar 2026 17:29:24 +0100 Subject: [PATCH] Add AlmaLinux EFI vendor directory support Add EFI/almalinux to the list of known EFI vendor directories so that the GRUB2 bootloader config can locate the vendor grubenv file on AlmaLinux images. --- kiwi/defaults.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwi/defaults.py b/kiwi/defaults.py index a306ed13dba..821304b2c78 100644 --- a/kiwi/defaults.py +++ b/kiwi/defaults.py @@ -1372,6 +1372,7 @@ def get_efi_vendor_directory(efi_path): 'EFI/fedora', 'EFI/redhat', 'EFI/centos', + 'EFI/almalinux', 'EFI/opensuse', 'EFI/ubuntu', 'EFI/debian'