diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 15:44:02 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-05 15:44:02 -0500 |
commit | 8cedcfd43a0b00741fff43d6a4c1a8b7748db3b0 (patch) | |
tree | 41758e4da78f94a20813554ef9f5ed9b323a4f8c /README | |
parent | cd8200e6d4f9f05e6ea48f7c000be890337396ac (diff) | |
parent | 70d9d825e0a5a78ec1dacaaaf5c72ff5b0206fab (diff) |
Merge branch 'master'
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 |