Add efi packages for ironic-agent

On IPA we are using efivar and efibootmgr, we already added the
packages on ipa-builder.
Adding the pacakges on diskimage-builder, so that people who use
it to build the images won't get into trouble.

Change-Id: I9ab6588f20302b4808b09dc060aced5fd267a3d2
This commit is contained in:
Iury Gregory Melo Ferreira 2020-02-11 17:23:03 +01:00
parent 500e60dbf4
commit 6986441e2c
2 changed files with 7 additions and 0 deletions

View File

@ -18,3 +18,5 @@ kmod:
psmisc:
dosfstools:
mdadm:
efibootmgr:
efivar:

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Adds `efibootmgr` and `efivar` packages to ironic-agent, so when building
DIB images they will be present.