Re: Abbott and Costello meet Crunch Time -- Penultimate 2.5 merge

Alan Cox (alan@lxorguk.ukuu.org.uk)
04 Nov 2002 13:10:54 +0000


On Mon, 2002-11-04 at 02:13, Rob Landley wrote:
> Yeah, cpio is a pain and change to use, but so is tar. You're just used to
> it. To get the behavior you want creating a tarball, your option list is
> probably something like "tar cvjfpC tarball.tbz dirname .". Hands up
> everybody who thinks cvjfpC is intuitive? Yes you could instead do "cd

The reason for using cpio is that while the cpio command was clearly
engineered to give "find" some competition the file format it uses is
actually quite sane, while the tar file format is a bit crufty, and the
standards compliant version of it has some irritating limitations

We only care about the file format for the purposes of an initrd

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/