diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-09 17:12:53 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-09 17:12:53 -0700 |
commit | 573e21e410934f2293d5ac4c738af5f77083b43b (patch) | |
tree | 006a2586447b7f2e9353556f74633db605436777 /lsinitramfs.8 | |
parent | 0de1ad17c333d645774ac3b48d652ccd4ecd6900 (diff) | |
parent | 7a6f9e972def00f7f0435d9f2616bcb79dc619b7 (diff) | |
download | initramfs-tools-573e21e410934f2293d5ac4c738af5f77083b43b.tar.gz initramfs-tools-573e21e410934f2293d5ac4c738af5f77083b43b.zip |
Merge branch 'upstream' (0.98.2) into mendocino
Conflicts:
debian/changelog
debian/compat
debian/control
debian/rules
hook-functions
mkinitramfs
Diffstat (limited to 'lsinitramfs.8')
-rw-r--r-- | lsinitramfs.8 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lsinitramfs.8 b/lsinitramfs.8 new file mode 100644 index 0000000..d802c76 --- /dev/null +++ b/lsinitramfs.8 @@ -0,0 +1,47 @@ +.TH LSINITRAMFS 8 "2010/06/16" "Linux" "lsinitramfs manual" + +.SH NAME +lsinitramfs \- list content of an initramfs image + +.SH SYNOPSIS +.B lsinitramfs +.RI [ options ] " <initramfsfile> " [ <initramfsfile> ] +.br + +.SH DESCRIPTION +The +.B lsinitramfs +command lists the content of given initramfs images. It allows to quickly check +the content of one (or multiple) specified initramfs files. + +.SH OPTIONS + +.TP +.B -h +Display usage information and exit. + +.TP +.B -l +Display long and more verbose listing of initramfs content. + +.SH USAGE EXAMPLES + +List initramfs content of current running kernel: + +.PP +.B lsinitramfs /boot/initrd.img-$(uname -r) + +List content of two initramfs files in verbose mode: + +.PP +.B lsinitramfs -l /boot/vmlinuz-2.6.31-grml64 /boot/vmlinuz-2.6.33-grml64 + +.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). |