Skip to content

Commit

Permalink
[PATCH] README doesn't mention bzip2 source tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
horms authored and Linus Torvalds committed Oct 31, 2005
1 parent 82da2c3 commit b39f72f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b39f72f

Please sign in to comment.