X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Finitrd.txt;h=4e1839ccb555e32c7fc3915dd4a76a0f3664b26f;hb=c4a391b53a72d2df4ee97f96f78c1d5971b47489;hp=74f68b35f7c161d0e6efe9a0822a8e45e6f49b49;hpb=347c53dca73fca317d57781f510f5ff4f6c0d0d7;p=~andy%2Flinux diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt index 74f68b35f7c..4e1839ccb55 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/