mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 15:44:02 +08: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
|
disk with the desired initrd content, cd to that directory, and run (as an
|
||||||
example):
|
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:
|
Examining the contents of an existing image file is just as simple:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user