Do not include efibootmgr and efivars for ppc architectures

These don't exist and are not needed for ppc.

Change-Id: I9ba53e22583b148b43f74cd9b8ec79402796d09b
This commit is contained in:
Bob Fournier 2020-02-25 13:27:13 -05:00
parent 9d08848f25
commit 14a3776885

View File

@ -18,5 +18,8 @@ kmod:
psmisc:
dosfstools:
mdadm:
# efibootmgr and efivar do not exist for ppc*
efibootmgr:
not-arch: ppc64,ppc64el,ppc64le
efivar:
not-arch: ppc64,ppc64el,ppc64le