2015-02-12 07:07:47 +00:00
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
2018-07-31 21:15:26 +00:00
|
|
|
If your distribution does not provide packages, you should install
|
2016-11-03 00:38:39 +00:00
|
|
|
``diskimage-builder`` via ``pip``, mostly likely in a ``virtualenv``
|
2018-05-25 03:36:12 +00:00
|
|
|
to keep it separate. For details, see the installation section in the
|
|
|
|
:ref:`dev_install`.
|
2016-11-03 00:38:39 +00:00
|
|
|
|
|
|
|
Once installed, you will be able to :doc:`build images
|
2023-03-06 20:25:53 +00:00
|
|
|
<building_an_image>` using ``disk-image-create`` or ``diskimage-builder``
|
|
|
|
and the elements included in the main ``diskimage-builder`` repository.
|
2015-04-12 16:07:51 +00:00
|
|
|
|
2015-02-12 07:07:47 +00:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
2016-11-03 00:38:39 +00:00
|
|
|
Most image formats require the ``qemu-img`` tool which is provided by
|
|
|
|
the ``qemu-utils`` package on Ubuntu/Debian or the ``qemu`` package on
|
2016-02-18 16:57:07 +00:00
|
|
|
Fedora/RHEL/opensuse/Gentoo.
|
2015-04-12 16:07:51 +00:00
|
|
|
|
2017-08-11 13:15:08 +00:00
|
|
|
When generating images with partitions, the ``kpartx`` tool is needed,
|
|
|
|
which is provided by the ``kpartx`` package.
|
|
|
|
|
2016-11-03 00:38:39 +00:00
|
|
|
Some image formats, such as ``VHD``, may require additional
|
|
|
|
tools. Please see the ``disk-image-create`` help output for more
|
|
|
|
information.
|
2015-04-12 16:07:51 +00:00
|
|
|
|
|
|
|
Individual elements can also have additional dependencies for the build host.
|
|
|
|
It is recommended you check the documentation for each element you are using
|
2016-02-18 16:57:07 +00:00
|
|
|
to determine if there are any additional dependencies. Of particular note is
|
|
|
|
the need for the `dev-python/pyyaml` package on Gentoo hosts.
|
2015-04-12 16:07:51 +00:00
|
|
|
|
2016-10-12 01:17:49 +00:00
|
|
|
Package Installation
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
On Gentoo you can emerge diskimage-builder directly.
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
emerge app-emulation/diskimage-builder
|
|
|
|
|