From a7bf2864c9f8063f54a45b986d97f3cc13d599f5 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 28 Nov 2024 19:42:59 +0100 Subject: [PATCH] grub-efi: set bootloader-id as openmamba32 to avoid overriding x86_64-efi image [release 2.12-7mamba;Wed Nov 27 2024] --- grub.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grub.spec b/grub.spec index 35f9d8b..b986cfa 100644 --- a/grub.spec +++ b/grub.spec @@ -5,7 +5,7 @@ Name: grub Epoch: 2 Version: 2.12 -Release: 6mamba +Release: 7mamba Summary: A Multiboot boot loader derived from GRUB, the GRand Unified Bootloader Group: System/Kernel and Hardware Vendor: openmamba @@ -296,7 +296,7 @@ if [ $1 -ge 1 ]; then . /etc/os-release if [ -e /boot/efi/EFI/${NAME} -a -e /sys/firmware/efi ]; then grub-install --target=i386-efi --efi-directory=/boot/efi \ - --bootloader-id="${NAME}" --recheck + --bootloader-id="${NAME}32" --recheck fi fi : @@ -411,6 +411,9 @@ fi %endif %changelog +* Wed Nov 27 2024 Silvan Calarco 2.12-7mamba +- grub-efi: set bootloader-id as openmamba32 to avoid overriding x86_64-efi image + * Sat Nov 23 2024 Silvan Calarco 2.12-6mamba - x86_64: provide grub-efi (i386-efi)