blob: c1aa8971e94f2dcc192bc9e811406934dd31357c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
.TH LSINITRAMFS 8 "2010/06/16" "Linux" "lsinitramfs manual"
.SH NAME
lsinitramfs \- list content of an initramfs image
.SH SYNOPSIS
.B lsinitramfs
.RB [ \-l ]
.IR initramfsfile
.RB [ \-h ]
.SH DESCRIPTION
The
.B lsinitramfs
lists the content of given initramfs images. It allows to quickly
check the content of this specific initramfs.
.SH EXAMPLES
List initramfs of current running kernel:
.PP
.B lsinitramfs /boot/initrd.img-$(uname -r)
.SH AUTHOR
The initramfs-tools are written by Maximilian Attems <maks@debian.org>
and numerous others.
.SH SEE ALSO
.BR
.IR initramfs-tools (8),
.IR mkinitramfs (8),
.IR update-initramfs (8).
|