Re: The Debian way (kernel)

2000-12-19 Thread Bill Jonas
On Mon, Dec 18, 2000 at 01:48:01PM -0600, David A. Rogers wrote: 1) copy /boot/config-x.y.zz (2.2.17 if potato) to .config in the base dir of your kernel source. If you don't you won't start with the default options used to build the stock kernel. ...and run make oldconfig after you do that.

The Debian way (kernel)

2000-12-18 Thread Ray Percival
I'm getting ready to go to kernel 2.2.18. I know there is a Debian way to do the kernel but damned if I can think of where I could find it. Could any of you please point me towards it and also anybody run into anything to be aware of with this one. I'm doing it mostly for the USB backports

Re: The Debian way (kernel)

2000-12-18 Thread Gary Hennigan
Ray Percival [EMAIL PROTECTED] writes: I'm getting ready to go to kernel 2.2.18. I know there is a Debian way to do the kernel but damned if I can think of where I could find it. Could any of you please point me towards it and also anybody run into anything to be aware of with this one. I'm

Re: The Debian way (kernel)

2000-12-18 Thread David A. Rogers
On 18 Dec 2000, Gary Hennigan wrote: Ray Percival [EMAIL PROTECTED] writes: I'm getting ready to go to kernel 2.2.18. I know there is a Debian way to do the kernel but damned if I can think of where I could find it. Could any of you please point me towards it and also anybody run into

Re: The Debian way (kernel)

2000-12-18 Thread Jonathan Gift
On Mon, Dec 18, 2000 at 08:58:35AM -0700, Gary Hennigan wrote: As to your question, what you're looking for is the kernel-package package. So apt-get install kernel-package cd /usr/share/doc/kernel-package zcat README.gz|less I've compiled my default kernel numerous

Re: The Debian way (kernel)

2000-12-18 Thread Peter Hugosson-Miller
Jonathan Gift wrote: On Mon, Dec 18, 2000 at 08:58:35AM -0700, Gary Hennigan wrote: As to your question, what you're looking for is the kernel-package package. So apt-get install kernel-package cd /usr/share/doc/kernel-package zcat README.gz|less I've