unmkinitramfs (8) - Linux Manuals
unmkinitramfs: extract content from an initramfs image
NAME
unmkinitramfs - extract content from an initramfs image
SYNOPSIS
unmkinitramfs [-v] initramfs-file directoryunmkinitramfs -h
DESCRIPTION
The unmkinitramfs command extracts the content of a given initramfs image using cpio. If the image contains multiple segments, each are passed to cpio in order.OPTIONS
- -h
-
Display usage information and exit.
- -v
-
Display verbose messages about extraction.
USAGE EXAMPLES
Extract initramfs content of current running kernel:
unmkinitramfs /boot/initrd.img-$(uname -r) initramfs/