Skip to content

Commit

Permalink
use the newc archive format as requested by initramfs
Browse files Browse the repository at this point in the history
This is a documentation followup to 2e591bb

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Uwe Kleine-König authored and AdrianBunk committed Feb 3, 2008
1 parent 33b1302 commit a7b1a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/initrd.txt
Expand Up @@ -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:

Expand Down

0 comments on commit a7b1a68

Please sign in to comment.