dracut-systemd/dracut-initqueue: only start service if really needed
[dracut.git] / lsinitrd.1.asc
blob42939105b68b6054556365356f2debed0234e074
1 LSINITRD(1)
2 =========
3 :doctype: manpage
4 :man source:   dracut
5 :man manual:   dracut
7 NAME
8 ----
9 lsinitrd - tool to show the contents of an initramfs image
11 SYNOPSIS
12 --------
13 *lsinitrd* ['OPTION...'] [<image> [<filename> [<filename> [...] ]]]
15 *lsinitrd* ['OPTION...'] -k <kernel-version>
17 DESCRIPTION
18 -----------
19 lsinitrd shows the contents of an initramfs image. if <image> is omitted, then
20 lsinitrd uses the default image _/boot/<machine-id>/<kernel-version>/initrd_ or
21 _/boot/initramfs-<kernel-version>.img_.
23 OPTIONS
24 -------
25 **-h, --help**::
26     print a help message and exit.
28 **-s, --size**::
29     sort the contents of the initramfs by size.
31 **-f, --file** _<filename>_::
32     print the contents of <filename>.
34 **-k, --kver** _<kernel version>_::
35     inspect the initramfs of <kernel version>.
37 AVAILABILITY
38 ------------
39 The lsinitrd command is part of the dracut package and is available from
40 link:$$https://dracut.wiki.kernel.org$$[https://dracut.wiki.kernel.org]
42 AUTHORS
43 -------
44 Harald Hoyer
46 Amerigo Wang
48 Nikoli
50 SEE ALSO
51 --------
52 *dracut*(8)