1
0
Fork 0

use the newc archive format as requested by initramfs

This is a documentation followup to 2e591bbc0d

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
hifive-unleashed-5.1
Uwe Kleine-König 2008-02-03 14:54:41 +02:00 committed by Adrian Bunk
parent 33b1302545
commit a7b1a68b25
1 changed files with 1 additions and 1 deletions

View File

@ -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: