diff options
-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 |