[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH initramfs-tools 02/11] 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>
---
 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
 


-- 
Ben Hutchings
Life is what happens to you while you're busy making other plans.
                                                               - John Lennon

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: