[Cooker] Installing for default boot to 2.2.14-11

1999-12-29 Thread Deven Phillips

How do I perform the install in a manner that will allow me to install the
2.2.14 patched kernel as my default?



Re: [Cooker] Installing for default boot to 2.2.14-11

1999-12-29 Thread Deven Phillips

Why wouldn't this be an option in the Mandrake install? I understand this
isn't a stable kernel release, but you could put put an option during the
install for whick kernel couldn't you?

Deven Phillips
Cytronix Computer Services, Inc.

On 29 Dec 1999, Chmouel Boudjnah wrote:

 Deven Phillips [EMAIL PROTECTED] writes:
 
  How do I perform the install in a manner that will allow me to install the
  2.2.14 patched kernel as my default?
 
 rpm -i the rpm and /sbin/lilo
 
   --Chmouel
 



Re: [Cooker] Installing for default boot to 2.2.14-11

1999-12-29 Thread Prashant Meswani

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 decompressedtype

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 gzip2but 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?