On ppc64le Use core.elf from grub2 package

grub2 1:2.06-67 now ships a signed core.elf that includes all the needed
modules, use that instead of making an unsigned one.
This commit is contained in:
Brian C. Lane 2022-11-16 13:44:41 -08:00 committed by Stephen Gallagher
parent a96627d4f6
commit 4dd5215ffe
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -1,5 +1,10 @@
## lorax template file: populate the ramdisk (runtime image) ## lorax template file: populate the ramdisk (runtime image)
<%page args="basearch, product"/> <%page args="basearch, product"/>
<%
# Version 1:2.06-3 of grub2 moves the font directory and is needed to keep the efi template from failing.
# Version 1:2.06-67 of grub2 includes all needed modules in the signed core.elf for ppc64le
GRUB2VER="1:2.06-67"
%>
## anaconda package ## anaconda package
installpkg anaconda anaconda-widgets kdump-anaconda-addon anaconda-install-img-deps installpkg anaconda anaconda-widgets kdump-anaconda-addon anaconda-install-img-deps