1. NAME

lsinitramfs - list content of an initramfs image

2. SYNOPSIS

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

3. 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.

4. OPTIONS

-h

    Display usage information and exit.

-l

    Display long and more verbose listing of initramfs content.

5. 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

6. AUTHOR

The initramfs-tools are written by Maximilian Attems <> and numerous others.

7. SEE ALSO

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