diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-18 02:05:25 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-04-22 05:43:52 +0200 |
commit | a00605154eb9502845248a280049435354d15d94 (patch) | |
tree | 65da388fa42bfd449ce44913614381333f7ec9a4 /lsinitcpio.1.txt | |
parent | 86dc2a6d71b9330991ab48b9ba00936cd8370182 (diff) | |
download | mkinitcpio-a00605154eb9502845248a280049435354d15d94.tar.gz mkinitcpio-a00605154eb9502845248a280049435354d15d94.tar.xz |
Add manpage for lsinitcpio
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'lsinitcpio.1.txt')
-rw-r--r-- | lsinitcpio.1.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/lsinitcpio.1.txt b/lsinitcpio.1.txt new file mode 100644 index 0000000..09ffb54 --- /dev/null +++ b/lsinitcpio.1.txt @@ -0,0 +1,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 |