Fix XFS disk image builds

It is possible to use DIB to build XFS formatted disk images, via the
FS_TYPE environment variable. This fails currently due to the lack of an
xfsprogs package on the host.

This change installs xfsprogs to the host.

Change-Id: Ibf64d69596eb852a2a1c62cb0a202ec552cf1437
Story: 2006831
Task: 37404
This commit is contained in:
Mark Goddard 2019-11-11 17:15:08 +00:00
parent 4dbaa6c28c
commit 6a95870437

View File

@ -16,3 +16,4 @@ dib_host_required_packages:
- dosfstools
- e2fsprogs
- gdisk
- xfsprogs