mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
This command supports extracting files from an initramfs image. It is designed to be a drop-in for cpio wherever an initramfs may be present. It is implemented using the code from lsinitramfs, which now delegates to uninitramfs instead of cpio. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> [bwh: Rename it from uninitramfs to unmkinitramfs; add to .install list] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
55 lines
1.2 KiB
Groff
55 lines
1.2 KiB
Groff
.TH LSINITRAMFS 8 "2010/06/16" "Linux" "lsinitramfs manual"
|
|
|
|
.SH NAME
|
|
lsinitramfs \- list content of an initramfs image
|
|
|
|
.SH SYNOPSIS
|
|
.B lsinitramfs
|
|
.RI [ options ] " <initramfsfile> " [ <initramfsfile> ]
|
|
.br
|
|
|
|
.SH DESCRIPTION
|
|
The
|
|
.B lsinitramfs
|
|
command lists the content of given initramfs images. It allows one to quickly check
|
|
the content of one (or multiple) specified initramfs files.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
.B -h
|
|
Display usage information and exit.
|
|
|
|
.TP
|
|
.B -l
|
|
Display long and more verbose listing of initramfs content.
|
|
|
|
.SH USAGE EXAMPLES
|
|
|
|
List initramfs content of current running kernel:
|
|
|
|
.PP
|
|
.B lsinitramfs /boot/initrd.img-$(uname -r)
|
|
|
|
List content of two initramfs files in verbose mode:
|
|
|
|
.PP
|
|
.B lsinitramfs -l /boot/vmlinuz-2.6.31-grml64 /boot/vmlinuz-2.6.33-grml64
|
|
|
|
.SH BUGS
|
|
.BR lsinitramfs
|
|
cannot deal with multiple-segmented initramfs images, except where an
|
|
early (uncompressed) initramfs with system firmware is prepended to
|
|
the regular compressed initramfs.
|
|
|
|
.SH AUTHOR
|
|
The initramfs-tools are written by Maximilian Attems <maks@debian.org>
|
|
and numerous others.
|
|
|
|
.SH SEE ALSO
|
|
.BR
|
|
.IR initramfs-tools (8),
|
|
.IR mkinitramfs (8),
|
|
.IR unmkinitramfs (8),
|
|
.IR update-initramfs (8).
|