handle ppc64 like ppc
This commit is contained in:
parent
3099c0a44d
commit
7206937210
@ -17,7 +17,7 @@ installpkg kernel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
## x86 specific packages
|
## x86 specific packages
|
||||||
%if basearch == "i386" or basearch == "x86_64":
|
%if basearch in ("i386", "x86_64"):
|
||||||
installpkg biosdevname
|
installpkg biosdevname
|
||||||
installpkg efibootmgr
|
installpkg efibootmgr
|
||||||
installpkg firstaidkit-plugin-grub
|
installpkg firstaidkit-plugin-grub
|
||||||
@ -26,7 +26,7 @@ installpkg kernel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
## ppc specific packages
|
## ppc specific packages
|
||||||
%if basearch == "ppc":
|
%if basearch in ("ppc", "ppc64"):
|
||||||
installpkg fbset
|
installpkg fbset
|
||||||
installpkg hfsutils
|
installpkg hfsutils
|
||||||
installpkg kernel-bootwrapper
|
installpkg kernel-bootwrapper
|
||||||
|
Loading…
Reference in New Issue
Block a user