]> git.ipfire.org Git - thirdparty/dracut.git/blob - lsinitrd.1.asc
network/dhclient: exit arping immediatly, if we get an answer
[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 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]
41
42 AUTHORS
43 -------
44 Harald Hoyer
45
46 Amerigo Wang
47
48 Nikoli
49
50 SEE ALSO
51 --------
52 *dracut*(8)