Rebuild without multiboot* modules in the EFI image.
Related: rhbz#1264103 Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
f240862496
commit
caedd1e47d
@ -47,7 +47,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.02
|
||||
Release: 0.16%{?dist}
|
||||
Release: 0.17%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -375,7 +375,7 @@ GRUB_MODULES+=" linux "
|
||||
%else
|
||||
GRUB_MODULES+=" backtrace usb usbserial_common "
|
||||
GRUB_MODULES+=" usbserial_pl2303 usbserial_ftdi usbserial_usbdebug "
|
||||
GRUB_MODULES+=" linuxefi multiboot2 multiboot "
|
||||
GRUB_MODULES+=" linuxefi"
|
||||
%endif
|
||||
./grub-mkimage -O %{grubefiarch} -o %{grubefiname}.orig -p /EFI/%{efidir} \
|
||||
-d grub-core ${GRUB_MODULES}
|
||||
@ -652,6 +652,10 @@ fi
|
||||
%{_datarootdir}/grub/themes/starfield
|
||||
|
||||
%changelog
|
||||
* Fri Nov 20 2015 Peter Jones <pjones@redhat.com> - 2.02-0.17
|
||||
- Rebuild without multiboot* modules in the EFI image.
|
||||
Related: rhbz#1264103
|
||||
|
||||
* Tue Apr 28 2015 Peter Jones <pjones@redhat.com> - 2.02-0.16
|
||||
- Make grub2-mkconfig produce the kernel titles we actually want.
|
||||
Resolves: rhbz#1215839
|
||||
|
Loading…
x
Reference in New Issue
Block a user