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 mrproper.
No it doesn't. IIRC, exiting xconfig (or menuconfig) will instruct you
to "make dep ; make clean". mrproper is the only rule I know of that
removes the configuration for your kernel.
The only question I'd ask is: how did you exit xconfig? Did it ask you
to save? If everything is done properly, after either xconfig or
menuconfig, there will be a .config file. Try "ls -a" and see if it's
there. You can also "less .config" and see if your configuration looks
correct.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.