HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

create-image — Create CPIO images. More information: <https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/tools

Submitted by: @import:tldr-pages··
0
Viewed 0 times
create-imagecreatecommandimagescliinformationcpiomore
linux

Problem

How to use the create-image command: Create CPIO images. More information: <https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/tools/create-image.c>.

Solution

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]}}

Code Snippets

Create a CPIO archive from the current directory

create-image {{[-o|--output]}} {{path/to/output.cpio}}

Display help

create-image {{[-h|--help]}}

Context

tldr-pages: linux/create-image

Revisions (0)

No revisions yet.