1LSINITRD(1) dracut LSINITRD(1)
2
3
4
6 lsinitrd - tool to show the contents of an initramfs image
7
9 lsinitrd [OPTION...] [<image> [<filename> [<filename> [...] ]]]
10
11 lsinitrd [OPTION...] -k <kernel-version>
12
14 lsinitrd shows the contents of an initramfs image. if <image> is
15 omitted, then lsinitrd uses the default image
16 /boot/<machine-id>/<kernel-version>/initrd or
17 /boot/initramfs-<kernel-version>.img.
18
20 -h, --help
21 print a help message and exit.
22
23 -s, --size
24 sort the contents of the initramfs by size.
25
26 -f, --file <filename>
27 print the contents of <filename>.
28
29 -k, --kver <kernel version>
30 inspect the initramfs of <kernel version>.
31
33 The lsinitrd command is part of the dracut package and is available
34 from https://dracut.wiki.kernel.org
35
37 Harald Hoyer
38
39 Amerigo Wang
40
41 Nikoli
42
44 dracut(8)
45
46
47
48dracut 09/12/2013 LSINITRD(1)