grub-efi: set bootloader-id as openmamba32 to avoid overriding x86_64-efi image [release 2.12-7mamba;Wed Nov 27 2024]
This commit is contained in:
parent
fc104cf426
commit
a7bf2864c9
@ -5,7 +5,7 @@
|
|||||||
Name: grub
|
Name: grub
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.12
|
Version: 2.12
|
||||||
Release: 6mamba
|
Release: 7mamba
|
||||||
Summary: A Multiboot boot loader derived from GRUB, the GRand Unified Bootloader
|
Summary: A Multiboot boot loader derived from GRUB, the GRand Unified Bootloader
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -296,7 +296,7 @@ if [ $1 -ge 1 ]; then
|
|||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
if [ -e /boot/efi/EFI/${NAME} -a -e /sys/firmware/efi ]; then
|
if [ -e /boot/efi/EFI/${NAME} -a -e /sys/firmware/efi ]; then
|
||||||
grub-install --target=i386-efi --efi-directory=/boot/efi \
|
grub-install --target=i386-efi --efi-directory=/boot/efi \
|
||||||
--bootloader-id="${NAME}" --recheck
|
--bootloader-id="${NAME}32" --recheck
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
@ -411,6 +411,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12-7mamba
|
||||||
|
- grub-efi: set bootloader-id as openmamba32 to avoid overriding x86_64-efi image
|
||||||
|
|
||||||
* Sat Nov 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12-6mamba
|
* Sat Nov 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12-6mamba
|
||||||
- x86_64: provide grub-efi (i386-efi)
|
- x86_64: provide grub-efi (i386-efi)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user