From 09263d7bba08be974659793d8ba6822bce819ac1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Sun, 3 Feb 2008 14:54:41 +0200 Subject: [PATCH] use the newc archive format as requested by initramfs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is a documentation followup to 147c010163bbf7c82497bab138d163e5e9ca98a6 Signed-off-by: Uwe Kleine-König Signed-off-by: Adrian Bunk --- Documentation/initrd.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt index 74f68b35f7c16..1ba84f3584e30 100644 --- a/Documentation/initrd.txt +++ b/Documentation/initrd.txt @@ -85,7 +85,7 @@ involve special block devices or loopbacks; you merely create a directory on disk with the desired initrd content, cd to that directory, and run (as an example): -find . | cpio --quiet -c -o | gzip -9 -n > /boot/imagefile.img +find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img Examining the contents of an existing image file is just as simple: -- 2.39.5