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.
once the file has been decompressed....type
patch -p1 < patch-file
NOTE: replace the word patch-file with the name of the file you are using. I
think the -d command works with gzip2....but don't quote me on this.
----- Original Message -----
From: "Deven Phillips" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 29, 1999 8:31 PM
Subject: [Cooker] Installing for default boot to 2.2.14-11
> How do I perform the install in a manner that will allow me to install the
> 2.2.14 patched kernel as my default?
>
>