mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-08 07:46:04 +02:00

* 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>
298 B
298 B
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]}}