Install packages required to build EFI disk images

Building EFI disk images requires the sgdisk and mkfs.vfat utilities,
which are provided by the gdisk and dosfstools packages.

Change-Id: I28b1a7bfc9c580a7e098f2861de1c38360751c7c
Story: #1524845
Task: #8755
This commit is contained in:
Pierre Riteau 2018-11-20 21:18:30 +00:00
parent d446038141
commit b8ede14a41
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
dib_host_required_packages:
- dosfstools
- e2fsprogs
- gdisk