diff --git a/product_properties/10-grub.yml b/product_properties/10-grub.yml index b2c17c23356..b941ac9dc0f 100644 --- a/product_properties/10-grub.yml +++ b/product_properties/10-grub.yml @@ -5,6 +5,7 @@ default: grub_helper_executable: "grubby" overrides: +# yamllint disable rule:key-duplicates {{% if "rhel-like" in families and major_version_ordinal <= 8 %}} {{% if "almalinux" in product %}} grub2_uefi_boot_path: "/boot/efi/EFI/almalinux" @@ -20,6 +21,7 @@ overrides: {{% endif %}} {{% if "debian-like" in families %}} grub2_boot_path: "/boot/grub" + grub2_uefi_boot_path: "/boot/grub" grub_helper_executable: "update-grub" {{% endif %}} {{% if "ubuntu" in families %}} @@ -29,3 +31,4 @@ overrides: grub2_uefi_boot_path: "/boot/grub" {{% endif %}} {{% endif %}} +# yamllint enable rule:key-duplicates diff --git a/tests/data/product_stability/debian11.yml b/tests/data/product_stability/debian11.yml index ee05237b3b9..1dff738d53e 100644 --- a/tests/data/product_stability/debian11.yml +++ b/tests/data/product_stability/debian11.yml @@ -41,7 +41,7 @@ full_name: Debian 11 gid_min: 1000 groups: {} grub2_boot_path: /boot/grub -grub2_uefi_boot_path: /boot/grub2 +grub2_uefi_boot_path: /boot/grub grub_helper_executable: update-grub init_system: systemd login_defs_defaults_path: /usr/etc/login.defs diff --git a/tests/data/product_stability/debian12.yml b/tests/data/product_stability/debian12.yml index 448487d6344..f1c49838104 100644 --- a/tests/data/product_stability/debian12.yml +++ b/tests/data/product_stability/debian12.yml @@ -41,7 +41,7 @@ full_name: Debian 12 gid_min: 1000 groups: {} grub2_boot_path: /boot/grub -grub2_uefi_boot_path: /boot/grub2 +grub2_uefi_boot_path: /boot/grub grub_helper_executable: update-grub init_system: systemd login_defs_defaults_path: /usr/etc/login.defs diff --git a/tests/data/product_stability/debian13.yml b/tests/data/product_stability/debian13.yml index d54a46da9f0..0478a28d562 100644 --- a/tests/data/product_stability/debian13.yml +++ b/tests/data/product_stability/debian13.yml @@ -42,7 +42,7 @@ full_name: Debian 13 gid_min: 1000 groups: {} grub2_boot_path: /boot/grub -grub2_uefi_boot_path: /boot/grub2 +grub2_uefi_boot_path: /boot/grub grub_helper_executable: update-grub init_system: systemd login_defs_defaults_path: /usr/etc/login.defs