mirror of https://github.com/CrimsonTome/tldr.git
21 lines
399 B
Markdown
21 lines
399 B
Markdown
|
# kiwi-ng
|
||
|
|
||
|
> KIWI NG is an OS image and appliance builder.
|
||
|
> More information: <https://osinside.github.io/kiwi/>.
|
||
|
|
||
|
- Build an appliance:
|
||
|
|
||
|
`kiwi-ng system build --description={{path/to/directory}} --target-dir={{path/to/directory}}`
|
||
|
|
||
|
- Show build result of built appliance:
|
||
|
|
||
|
`kiwi-ng result list --target-dir={{path/to/directory}}`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`kiwi-ng help`
|
||
|
|
||
|
- Display version:
|
||
|
|
||
|
`kiwi-ng -v`
|