On Wed, 29 Dec 1999, Prashant Meswani wrote:
> First of all, you will need to ensure that you are using 2.2.13 as your base
> kernel source tree (not necessarily as your default kernel). Once done, copy
> the patched kernel to /usr/src/<source-tree> directory and type in the
> following:-
>
> if the file is a .gz file type
>
> gzip -d <patch-file.gz>.
>
> If the file is a .gz2 file ....sorry I don't know how to do this.
That is an bzip2 file.
bzip2 -d will do.
Kernels in tar+bzip2 format can be extracted using
'tar -xvyf kernel 2.2.x.tar.bz2' (Note the y instead of the z for gzip)
>
> once the file has been decompressed....type
>
> patch -p1 < patch-file
>
Succes,
Seth Mos