OpenSuSE Man Pages

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | help
x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
LSINITRD(1)                         dracut                         LSINITRD(1)

NAME
       lsinitrd - tool to show the contents of an initramfs image

SYNOPSIS
       lsinitrd [OPTION...] [<image> [<filename> [<filename> [...] ]]]

       lsinitrd [OPTION...] -k <kernel version>

DESCRIPTION
       lsinitrd shows the contents of an initramfs image. if <image> is
       omitted, then lsinitrd uses the default image
       /efi/<machine-id>/<kernel-version>/initrd,
       /boot/<machine-id>/<kernel-version>/initrd,
       /boot/efi/<machine-id>/<kernel-version>/initrd,
       /lib/modules/<kernel-version>/initrd or /boot/initrd-<kernel-version>.

OPTIONS
       -h, --help
           print a help message and exit.

       -s, --size
           sort the contents of the initramfs by size.

       -f, --file <filename>
           print the contents of <filename>.

       -k, --kver <kernel version>
           inspect the initramfs of <kernel version>.

       -m, --mod
           list dracut modules included of the initramfs image.

       --unpack
           unpack the initramfs to the current directory, instead of
           displaying the contents. If optional filenames are given, will only
           unpack specified files, else the whole image will be unpacked.
           Won't unpack anything from early cpio part.

       --unpackearly
           unpack the early microcode initramfs to the current directory,
           instead of displaying the contents. Same as --unpack, but only
           unpack files from early cpio part.

       -v, --verbose
           unpack verbosely

AVAILABILITY
       The lsinitrd command is part of the dracut package and is available
       from https://github.com/dracutdevs/dracut

AUTHORS
       Harald Hoyer

       Amerigo Wang

       Nikoli

SEE ALSO
       dracut(8)

dracut                            03/07/2025                       LSINITRD(1)

Want to link to this manual page? Use this URL:
<
http://star2.abcm.com/cgi-bin/bsdi-man?query=lsinitrd&sektion=1&manpath=>

home | help