]> git.ipfire.org Git - thirdparty/dracut.git/blob - lsinitrd.1.asc
lsinitrd: use /boot/<machine-id>/<kernel-version>/initrd as the default image
[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>]
14
15 DESCRIPTION
16 -----------
17 lsinitrd shows the contents of an initramfs image. if <image> is omitted, then
18 lsinitrd uses the default image _/boot/<machine-id>/<kernel-version>/initrd_ or
19 _/boot/initramfs-<kernel-version>.img_.
20
21 OPTIONS
22 -------
23 **-h, --help**::
24 print a help message and exit.
25
26 **-s, --size**::
27 sort the contents of the initramfs by size.
28
29 AVAILABILITY
30 ------------
31 The lsinitrd command is part of the dracut package and is available from
32 link:$$https://dracut.wiki.kernel.org$$[https://dracut.wiki.kernel.org]
33
34 AUTHORS
35 -------
36 Harald Hoyer
37
38 Amerigo Wang
39
40 Nikoli
41
42 SEE ALSO
43 --------
44 *dracut*(8)