From b39f72fef241ce0ce971ed21922b4d64aefaf916 Mon Sep 17 00:00:00 2001
From: Horms <horms@debian.org>
Date: Sun, 30 Oct 2005 15:03:19 -0800
Subject: [PATCH] [PATCH] README doesn't mention bzip2 source tarball

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---
 README | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README b/README
index d1edcc7adabe4..4ee7dda88ba39 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
-- 
GitLab