Restore all of the grub2-tools on x86_64 and i386 (#1489707)

These can be useful during installation or rescue.
(They are already present on ppc64)

Resolves: rhbz#1489707
This commit is contained in:
Brian C. Lane 2017-10-13 09:00:31 -07:00
parent db8892bef3
commit 9429d392d6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ installpkg kernel
%endif
%if basearch in ("i386", "x86_64"):
installpkg biosdevname memtest86+ syslinux
# installpkg grub2-tools grub2-tools-minimal
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
installpkg efibootmgr
installpkg shim-ia32 grub2-efi-ia32-cdboot
%endif