runtime-install: install shim-unsigned
Otherwise you get errors about missing MokManager.efi if shim doesn't exist in the repos (e.g. before the Alpha build)
This commit is contained in:
parent
035f8648bc
commit
7274f6095a
@ -29,7 +29,8 @@ installpkg kernel
|
|||||||
installpkg kernel-PAE gpart
|
installpkg kernel-PAE gpart
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("i386", "x86_64"):
|
%if basearch in ("i386", "x86_64"):
|
||||||
installpkg grub2 grub2-tools shim grub2-efi efibootmgr biosdevname memtest86+ syslinux
|
installpkg grub2 grub2-tools biosdevname memtest86+ syslinux
|
||||||
|
installpkg efibootmgr grub2-efi shim shim-unsigned
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("ppc", "ppc64"):
|
%if basearch in ("ppc", "ppc64"):
|
||||||
installpkg grub2 grub2-tools yaboot fbset hfsutils kernel-bootwrapper ppc64-utils
|
installpkg grub2 grub2-tools yaboot fbset hfsutils kernel-bootwrapper ppc64-utils
|
||||||
|
Loading…
Reference in New Issue
Block a user