Re: Rebuilding Kernel

2000-03-15 Thread Brad
On Tue, Mar 14, 2000 at 10:36:17PM -0500, Neil L. Roeth wrote: > > Why isn't the config file corresponding to the kernel that comes with > the distribution provided? The first time I had to recompile a > kernel, it was rather daunting to have to figure out all of the > various options; it would h

Re: Rebuilding Kernel

2000-03-15 Thread Neil L. Roeth
On Mar 13, Andrei Ivanov ([EMAIL PROTECTED]) wrote: > > Hi, > > I need to rebuild the kernel. My > > system does not have the > > "/usr/src/kernel-source-2.2.14/.config" > > file. How do you create that file > > based on your current kernel?. > > Thanks for your reply. > > > > -shane

Re: Rebuilding Kernel

2000-03-14 Thread ktb
I'm not entirely sure by your message if you have the kernel source you want to install. Take a look at the FAQ, http://www.debian.org/doc/FAQ/debian-faq-11.html if your still having trouble. hth, kent - Original Message - From: Shane <[EMAIL PROTECTED]> To: Sent: Monday, March 13, 20

Re: Rebuilding Kernel

2000-03-14 Thread Andrei Ivanov
> Hi, > I need to rebuild the kernel. My > system does not have the > "/usr/src/kernel-source-2.2.14/.config" > file. How do you create that file > based on your current kernel?. > Thanks for your reply. > > -shane cd /usr/src/linux make menuconfig OR make xconfig RTFM before doing so, about