X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Finitrd.txt;h=4e1839ccb555e32c7fc3915dd4a76a0f3664b26f;hb=c92ec7c7ae99a371bbc69f0258888a0328ba4838;hp=74f68b35f7c161d0e6efe9a0822a8e45e6f49b49;hpb=4c5cdb1e1f2a502069f57a60b5c6b97b8106c73c;p=karo-tx-linux.git diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt index 74f68b35f7c1..4e1839ccb555 100644 --- 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 newc -o | gzip -9 -n > /boot/imagefile.img Examining the contents of an existing image file is just as simple: @@ -362,5 +362,5 @@ Resources http://www.almesberger.net/cv/papers/ols2k-9.ps.gz [2] newlib package (experimental), with initrd example http://sources.redhat.com/newlib/ -[3] Brouwer, Andries; "util-linux: Miscellaneous utilities for Linux" - ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux/ +[3] util-linux: Miscellaneous utilities for Linux + http://www.kernel.org/pub/linux/utils/util-linux/