************************
elbe-hdimg
************************
NAME
====
elbe-hdimg - Create hard disk and flash images from the given XML file.
SYNOPSIS
========
::
elbe hdimg --target
--output \
[ --buildtype ] \
[ --skip-validation ] \
[ --skip-grub ] \
DESCRIPTION
===========
*elbe hdimg* creates hard disk and flash images from the *images*
section in the given XML file. The command has to be run as root
**inside the Elbe build VM**.
OPTIONS
=======
--target
Operate on the given project directory.
--output
Name of the log file.
--buildtype
Override the build type specified in the XML file.
--skip-validation
Do not validate the XML file against the Elbe XML schema (Not
recommended).
--skip-grub
Skip GRUB installation.
The XML file to use.
EXAMPLES
========
- Build images for the project in */root/myproject*
::
elbe hdimg --target /root/myproject --output /root/hdimg.log \
/root/myproject/source.xml
ELBE
====
Part of the ``elbe(1)`` suite