diff options
author | Horms <horms@debian.org> | 2005-10-30 18:03:19 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 20:37:27 -0500 |
commit | b39f72fef241ce0ce971ed21922b4d64aefaf916 (patch) | |
tree | e1899adaec14cb5a0fc6cdf7f54be3015edc79fb /README | |
parent | 82da2c372712c772134d01317aa2517c923a74f8 (diff) |
[PATCH] README doesn't mention bzip2 source tarball
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ INSTALLING the kernel: | |||
54 | 54 | ||
55 | gzip -cd linux-2.6.XX.tar.gz | tar xvf - | 55 | gzip -cd linux-2.6.XX.tar.gz | tar xvf - |
56 | 56 | ||
57 | or | ||
58 | bzip2 -dc linux-2.6.XX.tar.bz2 | tar xvf - | ||
59 | |||
60 | |||
57 | Replace "XX" with the version number of the latest kernel. | 61 | Replace "XX" with the version number of the latest kernel. |
58 | 62 | ||
59 | Do NOT use the /usr/src/linux area! This area has a (usually | 63 | Do NOT use the /usr/src/linux area! This area has a (usually |