mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 18:55:25 +02:00
kiwi-ng: add page (#7264)
This commit is contained in:
parent
f300805391
commit
048bcdd38a
1 changed files with 20 additions and 0 deletions
20
pages/common/kiwi-ng.md
Normal file
20
pages/common/kiwi-ng.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue