1KIWI::SYSTEM::CREATE(8) KIWI NG KIWI::SYSTEM::CREATE(8)
2
3
4
6 kiwi::system::create - Create image from prepared root system
7
9 kiwi-ng [global options] service <command> [<args>]
10
11 kiwi-ng system create -h | --help
12 kiwi-ng system create --root=<directory> --target-dir=<directory>
13 [--signing-key=<key-file>...]
14 kiwi-ng system create help
15
17 Create an image from a previously prepared image root directory. The
18 kiwi create call is usually issued after a kiwi prepare command and
19 builds the requested image type in the specified target directory
20
22 --root=<directory>
23 Path to the image root directory. This directory is usually cre‐
24 ated by the kiwi prepare command. If a directory is used which
25 was not created by kiwi's prepare command, it's important to
26 know that kiwi stores image build metadata below the image/ di‐
27 rectory which needs to be present in order to let the create
28 command operate correctly.
29
30 --target-dir=<directory>
31 Path to store the build results.
32
33 --signing-key=<key-file>
34 set the key file to be trusted and imported into the package
35 manager database before performing any opertaion. This is useful
36 if an image build should take and validate repository and pack‐
37 age signatures during build time. In create step this option
38 only affects the boot image. This option can be specified multi‐
39 ple times
40
42 Marcus Schäfer
43
45 2020, Marcus Schäfer
46
47
48
49
509.24.13 Nov 29, 2021 KIWI::SYSTEM::CREATE(8)