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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
'\" t
.\" Title: lsinitcpio
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 12/03/2023
.\" Manual: mkinitcpio manual
.\" Source: \ \& mkinitcpio 37.1
.\" Language: English
.\"
.TH "LSINITCPIO" "1" "12/03/2023" "\ \& mkinitcpio 37\&.1" "mkinitcpio manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
lsinitcpio \- Examine an initramfs
.SH "SYNOPSIS"
.sp
\fIlsinitcpio\fR [action] [options] \fIimage\fR
.SH "DESCRIPTION"
.sp
Examines the contents of an initcpio image\&. Without any options, \fIlsinitcpio\fR simply lists the contents of an image\&.
.SH "ACTIONS"
.PP
\fB\-a\fR, \fB\-\-analyze\fR
.RS 4
Analyze the contents of the specified image and print output in human readable form\&.
.RE
.PP
\fB\-c\fR, \fB\-\-config\fR
.RS 4
Show the configuration file the given image was built with\&.
.RE
.PP
\fB\-l\fR, \fB\-\-list\fR
.RS 4
List the contents of the archive\&. This is the default action\&. Pass the
\fB\-v\fR
flag for more detailed results\&.
.RE
.PP
\fB\-x\fR, \fB\-\-extract\fR
.RS 4
Extract the given image to the current working directory\&.
.RE
.SH "OPTIONS"
.PP
\fB\-h\fR, \fB\-\-help\fR
.RS 4
Output a short overview of available command\-line switches\&.
.RE
.PP
\fB\-n\fR, \fB\-\-nocolor\fR
.RS 4
Disable color output\&.
.RE
.PP
\fB\-V\fR, \fB\-\-version\fR
.RS 4
Display version information\&.
.RE
.PP
\fB\-v\fR, \fB\-\-verbose\fR
.RS 4
Be more verbose\&. In particular, show long style output when listing the contents of an image, and show files as they are extracted when the
\fB\-x\fR
option is given\&.
.RE
.SH "BUGS"
.sp
Upon writing this man page, there were no noticeable bugs present\&. Please visit https://gitlab\&.archlinux\&.org/archlinux/mkinitcpio/mkinitcpio/\-/issues for an up to date list\&.
.SH "SEE ALSO"
.sp
\fBmkinitcpio\fR(8)
.SH "AUTHORS"
.sp
mkinitcpio is maintained by the Arch Linux community\&. Refer to the \fIAUTHORS\fR file for a full list of contributors\&.
.SH "COPYRIGHT"
.sp
Copyright 🄯 mkinitcpio contributors\&. GPL\-2\&.0\-only\&.
|