]> git.ipfire.org Git - thirdparty/dracut.git/blob - lsinitrd.1.asc
network: use arping2, if available
[thirdparty/dracut.git] / lsinitrd.1.asc
1 LSINITRD(1)
2 =========
3 :doctype: manpage
4 :man source: dracut
5 :man manual: dracut
6
7 NAME
8 ----
9 lsinitrd - tool to show the contents of an initramfs image
10
11 SYNOPSIS
12 --------
13 *lsinitrd* ['OPTION...'] [<image> [<filename> [<filename> [...] ]]]
14
15 *lsinitrd* ['OPTION...'] -k <kernel-version>
16
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_.
22
23 OPTIONS
24 -------
25 **-h, --help**::
26 print a help message and exit.
27
28 **-s, --size**::
29 sort the contents of the initramfs by size.
30
31 **-f, --file** _<filename>_::
32 print the contents of <filename>.
33
34 **-k, --kver** _<kernel version>_::
35 inspect the initramfs of <kernel version>.
36
37 **--unpack**::
38 unpack the initramfs to the current directory, instead of displaying the contents.
39
40 **--unpackearly**::
41 unpack the early microcode initramfs to the current directory, instead of displaying the contents.
42
43 **-v, --verbose**::
44 unpack verbosely
45
46 AVAILABILITY
47 ------------
48 The lsinitrd command is part of the dracut package and is available from
49 link:$$https://dracut.wiki.kernel.org$$[https://dracut.wiki.kernel.org]
50
51 AUTHORS
52 -------
53 Harald Hoyer
54
55 Amerigo Wang
56
57 Nikoli
58
59 SEE ALSO
60 --------
61 *dracut*(8)