mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
Don't load modules when grub transitions to "normal" mode on UEFI.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
a47bcbb099
commit
4788033714
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.00
|
Version: 2.00
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
@ -425,6 +425,9 @@ fi
|
||||||
%doc grub-%{tarversion}/themes/starfield/COPYING.CC-BY-SA-3.0
|
%doc grub-%{tarversion}/themes/starfield/COPYING.CC-BY-SA-3.0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 23 2012 Peter Jones <pjones@redhat.com> - 2.00-12
|
||||||
|
- Don't load modules when grub transitions to "normal" mode on UEFI.
|
||||||
|
|
||||||
* Mon Oct 22 2012 Peter Jones <pjones@redhat.com> - 2.00-11
|
* Mon Oct 22 2012 Peter Jones <pjones@redhat.com> - 2.00-11
|
||||||
- Rebuild with newer pesign so we'll get signed with the final signing keys.
|
- Rebuild with newer pesign so we'll get signed with the final signing keys.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue