mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
33b1302545
commit
a7b1a68b25
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user