kiwi-el8/doc/source/system_create.rst
Marcus Schäfer 2ec23f212e
Create manual pages
Create man pages for result list, system build, prepare and create
2016-02-11 16:24:09 +01:00

30 lines
798 B
ReStructuredText

kiwi system create
==================
SYNOPSIS
--------
*kiwi* system create --root=<directory> --target-dir=<directory>
DESCRIPTION
-----------
Create an image from a previously prepared image root directory.
The kiwi create call is usually issued after a kiwi prepare command
and builds the requested image type in the specified target directory
OPTIONS
-------
--root=<directory>
Path to the image root directory. This directory is usally created
by the kiwi prepare command. If a directory is used which was not
created by kiwi's prepare command, it's important to know that kiwi
stores image build metadata below the image/ directory which needs
to be present in order to let the create command operate correctly.
--target-dir=<directory>
Path to store the build results.