mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 22:35:28 +00:00
Don't attempt to unify if there is no grub.cfg on EFI
Resolves: rhbz#1933085 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
28c247bb67
commit
a3b19e7a90
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.04
|
Version: 2.04
|
||||||
Release: 36%{?dist}
|
Release: 37%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
|
@ -551,6 +551,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 25 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-37
|
||||||
|
- Don't attempt to unify if there is no grub.cfg on EFI (gicmo)
|
||||||
|
Resolves: rhbz#1933085
|
||||||
|
|
||||||
* Mon Feb 22 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-36
|
* Mon Feb 22 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-36
|
||||||
- Switch EFI users to new unified config
|
- Switch EFI users to new unified config
|
||||||
Resolves: rhbz#1918817
|
Resolves: rhbz#1918817
|
||||||
|
|
Loading…
Reference in a new issue