1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-30 22:55:24 +02:00

create-image: add page (#16382)

* add create-image: CPIO image creation utility

* added more information link

* applied the suggestions

* Update create-image.md

* Update pages/linux/create-image.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

* Update pages/linux/create-image.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Santosh Shrestha 2025-05-05 07:08:22 +05:45 committed by GitHub
parent b7c976c705
commit 0bdca252a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
# create-image
> Create CPIO images.
> More information: <https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/tools/create-image.c>.
- Create a CPIO archive from the current directory:
`create-image {{[-o|--output]}} {{path/to/output.cpio}}`
- Display help:
`create-image {{[-h|--help]}}`