diff --git a/[refs] b/[refs] index 49b18449494d..55d3ce732755 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 33b1302545d117f368135387c73f78e2a08c7c4b +refs/heads/master: a7b1a68b25093753155ea752ff865c9dfcf33d79 diff --git a/trunk/Documentation/initrd.txt b/trunk/Documentation/initrd.txt index 74f68b35f7c1..1ba84f3584e3 100644 --- a/trunk/Documentation/initrd.txt +++ b/trunk/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: