use grub, not grub2 (we're still generating grub1 configs)
This commit is contained in:
parent
7ea8baeae3
commit
d7f05f1386
@ -20,7 +20,7 @@ installpkg kernel
|
||||
installpkg kernel-PAE gpart
|
||||
%endif
|
||||
%if basearch in ("i386", "x86_64"):
|
||||
installpkg grub2 grub2-efi efibootmgr biosdevname memtest86+
|
||||
installpkg grub-efi efibootmgr biosdevname memtest86+
|
||||
%endif
|
||||
%if basearch in ("ppc", "ppc64"):
|
||||
installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils
|
||||
|
Loading…
Reference in New Issue
Block a user