From 1bd461efc0ee0abeb930c57294184cb4e8ecd528 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 16 Oct 2014 15:14:44 +0200 Subject: [PATCH] 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 --- initramfs-tools.8 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 7ae8610..2fd377e 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -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