Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.8

(Squeeze)

lsinitramfs(8)


LSINITRAMFS

LSINITRAMFS

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
USAGE EXAMPLES
AUTHOR
SEE ALSO

NAME

lsinitramfs − list content of an initramfs image

SYNOPSIS

lsinitramfs [options] <initramfsfile> [<initramfsfile>]

DESCRIPTION

The lsinitramfs command lists the content of given initramfs images. It allows to quickly check the content of one (or multiple) specified initramfs files.

OPTIONS

-h

Display usage information and exit.

-l

Display long and more verbose listing of initramfs content.

USAGE EXAMPLES

List initramfs content of current running kernel:

lsinitramfs /boot/initrd.img-$(uname -r)

List content of two initramfs files in verbose mode:

lsinitramfs -l /boot/vmlinuz-2.6.31-grml64 /boot/vmlinuz-2.6.33-grml64

AUTHOR

The initramfs-tools are written by Maximilian Attems <maks@debian.org> and numerous others.

SEE ALSO

initramfs-tools(8), mkinitramfs(8), update-initramfs(8).



lsinitramfs(8)