Fix grub2-efi-ia32-cdboot and shim-ia32 bits.
These should be x86_64 only, because that's what the packages are. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
d36f188160
commit
fc017a1654
@ -45,12 +45,12 @@ installpkg glibc-all-langpacks
|
|||||||
%endif
|
%endif
|
||||||
%if basearch == "x86_64":
|
%if basearch == "x86_64":
|
||||||
installpkg grub2-tools-efi
|
installpkg grub2-tools-efi
|
||||||
|
installpkg efibootmgr
|
||||||
installpkg shim-x64 grub2-efi-x64-cdboot
|
installpkg shim-x64 grub2-efi-x64-cdboot
|
||||||
|
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("i386", "x86_64"):
|
%if basearch in ("i386", "x86_64"):
|
||||||
installpkg biosdevname memtest86+ syslinux
|
installpkg biosdevname memtest86+ syslinux
|
||||||
installpkg efibootmgr
|
|
||||||
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
||||||
installpkg fbset hfsutils kernel-bootwrapper ppc64-utils ppc64-diag
|
installpkg fbset hfsutils kernel-bootwrapper ppc64-utils ppc64-diag
|
||||||
|
Loading…
Reference in New Issue
Block a user