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:
parent
9d08848f25
commit
14a3776885
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user