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:
parent
a96627d4f6
commit
4dd5215ffe
@ -1,5 +1,10 @@
|
||||
## lorax template file: populate the ramdisk (runtime image)
|
||||
<%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
|
||||
installpkg anaconda anaconda-widgets kdump-anaconda-addon anaconda-install-img-deps
|
||||
|
Loading…
Reference in New Issue
Block a user