projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b1302
)
use the newc archive format as requested by initramfs
author
Uwe Kleine-König
<Uwe.Kleine-Koenig@digi.com>
Sun, 3 Feb 2008 12:54:41 +0000
(14:54 +0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sun, 3 Feb 2008 12:54:41 +0000
(14:54 +0200)
This is a documentation followup to
2e591bbc0d563e12f5a260fbbca0df7d5810910e
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/initrd.txt
patch
|
blob
|
history
diff --git
a/Documentation/initrd.txt
b/Documentation/initrd.txt
index 74f68b35f7c161d0e6efe9a0822a8e45e6f49b49..1ba84f3584e3022e952647ce7420894f01d8349e 100644
(file)
--- 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 new
c -o | gzip -9 -n > /boot/imagefile.img
Examining the contents of an existing image file is just as simple: