lsinitcpio: add page (#23070)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
cannedbeef
2026-07-19 17:18:45 +07:00
committed by GitHub
co-authored by Ivan Baluta
parent bfaff3a00d
commit 1f45839f00
+17
View File
@@ -0,0 +1,17 @@
# lsinitcpio
> View the contents of an initramfs image.
> See also: `mkinitcpio`.
> More information: <https://manned.org/lsinitcpio>.
- View a list of all files and directories of a specific image:
`lsinitcpio {{path/to/initramfs.img}}`
- Extract an image to the current directory:
`lsinitcpio {{[-x|--extract]}} {{path/to/initramfs.img}}`
- View human-readable information on an image:
`lsinitcpio {{[-a|--analyze]}} {{path/to/initramfs.img}}`