blob: 09ffb54bf845bba060bb57966ed3dbb12756b687 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
/////
vim:set ts=4 sw=4 syntax=asciidoc noet:
/////
lsinitcpio(1)
=============
Name
----
lsinitcpio - Examine an initramfs
Synopsis
--------
'lsinitcpio' [options] 'image'
Description
-----------
Examines the contents of an initcpio image. Without any options, 'lsinitcpio'
simply lists the contents of an image.
Options
-------
*-a, \--analyze*::
Analyze the contents of the specified image and print output in human
readable form.
*-h, \--help*::
Output a short overview of available command-line switches.
*-n, \--nocolor*::
Disable color output.
*-v, \--verbose*::
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 *-x* option is given.
*-x, \--extract*::
Extract the given image to the current working directory.
Bugs
----
Upon writing this manpage, there were no noticeable bugs present. Please visit
<http://bugs.archlinux.org/> for an up to date list.
See Also
--------
*mkinitcpio*(8)
Authors
-------
lsinitcpio was created by Dave Reisner <dreisner@archlinux.org>
Copyright
---------
Copyright (c) Arch Linux
|