Re: Bug#335733: linux-source-2.6.12: README.gz doesn't mention bzip2 source tarball

From: Horms
Date: Wed Oct 26 2005 - 05:34:34 EST


On Tue, Oct 25, 2005 at 01:19:24PM -0400, Aaron S. Hawley wrote:
> Package: linux-source-2.6.12
> Version: 2.6.12-10
> Severity: minor
>
>
> Attached is a small patch that fixes this potential minor confusion.

Aaron, isn't it wonderful how people seize the opportunity
for confusion.

Andrew, I'm sending this your way, as I have no idea who to send it
to. Its obviously correct, though trivial to say the least.

diff --git a/README b/README
index d1edcc7..4ee7dda 100644
--- a/README
+++ b/README
@@ -54,6 +54,10 @@ INSTALLING the kernel:

gzip -cd linux-2.6.XX.tar.gz | tar xvf -

+ or
+ bzip2 -dc linux-2.6.XX.tar.bz2 | tar xvf -
+
+
Replace "XX" with the version number of the latest kernel.

Do NOT use the /usr/src/linux area! This area has a (usually
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/