Re: Kernel Recompile Problem

1999-12-05 Thread David Taylor
On 05-Dec-99 lloy0076 opined: > Joseph Wagner wrote: >> >> I recompiled my kernel but I'm not sure the new kernel took (I think it >> booted into the old kernel.) >> >> I executed: >> make mrproper >> make xconfig (Made the changes I wanted) >> make dep clean bzlilo modules modules_install (Wait

RE: Kernel Recompile Problem

1999-12-04 Thread Juha Saarinen
make mrproper would take care of the good practice you're after. -- Juha > -Original Message- > From: lloy0076 [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 5 December 1999 15:30 > To: [EMAIL PROTECTED] > Subject: Re: Kernel Recompile Problem > > > Gordon!

Re: Kernel Recompile Problem

1999-12-04 Thread Uncle Meat
On 05-Dec-99 lloy0076 opined: > Joseph Wagner wrote: >> >> I recompiled my kernel but I'm not sure the new kernel took (I think it >> booted into the old kernel.) >> >> I executed: >> make mrproper >> make xconfig (Made the changes I wanted) >> make dep clean bzlilo modules modules_install (Wai

Re: Kernel Recompile Problem

1999-12-04 Thread lloy0076
Gordon! I just had a look at the Makefile. I concede that it doesn't but in my opinion anything called "clean" should be done before you start making anything anyway. It's just "good" practice. DAVID -- Don't forget about the Linux C Mailing Lists! mailto:[EMAIL PROTECTED] The Linux C++ Mail

Re: Kernel Recompile Problem

1999-12-04 Thread Gordon Messmer
lloy0076 wrote: > > I executed: > > make mrproper > > make xconfig (Made the changes I wanted) > > make dep clean bzlilo modules modules_install (Waited a very long time) > > Rebooted the computer. > > ROFL > > make clean removes what make xconfig does :-) Silly boi...do that BEFORE > make mrpro

Re: Kernel Recompile Problem

1999-12-04 Thread lloy0076
Joseph Wagner wrote: > > I recompiled my kernel but I'm not sure the new kernel took (I think it > booted into the old kernel.) > > I executed: > make mrproper > make xconfig (Made the changes I wanted) > make dep clean bzlilo modules modules_install (Waited a very long time) > Rebooted the comp

Re: Kernel Recompile Problem

1999-12-04 Thread Leonid Mamtchenkov
Hello Joseph Wagner, Once you wrote about "Kernel Recompile Problem": > I recompiled my kernel but I'm not sure the new kernel took (I think it > booted into the old kernel.) > > I executed: > make mrproper > make xconfig (Made the changes I wanted) > make dep clean bzlilo modules modules_insta