mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 22:35:28 +00:00
Fix symlink to work on both EFI and BIOS machines, Resolves: rhbz#1335533
Signed-off-by: Michael Cronenworth <mike@cchtml.com>
This commit is contained in:
parent
77d0810cf0
commit
c9bb5d236d
1 changed files with 6 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.02
|
Version: 2.02
|
||||||
Release: 0.40%{?dist}
|
Release: 0.41%{?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
|
||||||
|
@ -366,7 +366,7 @@ EOF
|
||||||
|
|
||||||
%ifarch %{efiarchs}
|
%ifarch %{efiarchs}
|
||||||
mkdir -p boot/efi/EFI/%{efidir}/
|
mkdir -p boot/efi/EFI/%{efidir}/
|
||||||
ln -s /boot/efi/EFI/%{efidir}/grubenv boot/grub2/grubenv
|
ln -s ../efi/EFI/%{efidir}/grubenv boot/grub2/grubenv
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Don't run debuginfo on all the grub modules and whatnot; it just
|
# Don't run debuginfo on all the grub modules and whatnot; it just
|
||||||
|
@ -546,6 +546,10 @@ fi
|
||||||
%{_datarootdir}/grub/themes/starfield
|
%{_datarootdir}/grub/themes/starfield
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 24 2017 Michael Cronenworth <mike@cchtml.com> - 2.02-0.41
|
||||||
|
- Fix symlink to work on both EFI and BIOS machines
|
||||||
|
Resolves: rhbz#1335533
|
||||||
|
|
||||||
* Mon Jun 26 2017 Peter Jones <pjones@redhat.com> - 2.02-0.40
|
* Mon Jun 26 2017 Peter Jones <pjones@redhat.com> - 2.02-0.40
|
||||||
- Fix tftp filename mangling to not reuse the wrong variable
|
- Fix tftp filename mangling to not reuse the wrong variable
|
||||||
Resolves: rhbz#1405208
|
Resolves: rhbz#1405208
|
||||||
|
|
Loading…
Reference in a new issue