initramfs-tools.8: Refer to lsinitramfs rather than suggesting gunzip | cpio

Since we added early microcode support this simple pipeline doesn't
work, but lsinitramfs does.

Closes: #764022
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
This commit is contained in:
Ben Hutchings 2014-10-16 15:14:44 +02:00
parent 9c8bde8a8c
commit 1bd461efc0

View File

@ -558,10 +558,7 @@ It is easy to check the generated initramfs for its content. One may need
to double-check if it contains the relevant binaries, libs or modules:
.RS
.nf
mkdir tmp/initramfs
cd tmp/initramfs
gunzip \-c /boot/initrd.img\-2.6.18\-1\-686 | \\
cpio \-i \-d \-H newc \-\-no\-absolute\-filenames
lsinitramfs /boot/initrd.img\-3.16\-3\-amd64
.fi
.RE