add grub-efi on x86 for EFI boot support

This commit is contained in:
Will Woods 2011-10-12 20:42:52 -04:00
parent 55b4b06268
commit 33d306205e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ 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 grub firstaidkit-plugin-grub efibootmgr biosdevname memtest86+ installpkg grub grub-efi firstaidkit-plugin-grub efibootmgr biosdevname memtest86+
%endif %endif
%if basearch in ("ppc", "ppc64"): %if basearch in ("ppc", "ppc64"):
installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils