Add kpartx as a requirement to build images

Testing on a ubuntu cloud image, the build is not possible
because it is missing the kpartx dependency. Adding that
as a requirement, when producing images with partitions.

Change-Id: I0c8f39b5233dd450d8130735ed801bbed6bca0e9
This commit is contained in:
Yolanda Robla 2017-08-11 15:15:08 +02:00
parent e04cf78fa5
commit 1492d1c55f
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ Most image formats require the ``qemu-img`` tool which is provided by
the ``qemu-utils`` package on Ubuntu/Debian or the ``qemu`` package on
Fedora/RHEL/opensuse/Gentoo.
When generating images with partitions, the ``kpartx`` tool is needed,
which is provided by the ``kpartx`` package.
Some image formats, such as ``VHD``, may require additional
tools. Please see the ``disk-image-create`` help output for more
information.