|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [Plug] Ok, attempt number two..+ CORRECTIONS
|
Vale_Kenny@vanguard.com wrote:
>
> I;m trying to keep this simple as possible..
> RH 6.0
> Kernel 2.2.5 u/g to 2.2.10, no patches, whole kit-n-kaboodle
> is this the correct order..
> make menuconfig
Good start, I prefer make xconfig, but its cosmetic.
> make mrproper
You just reset the kernel config to its default settings completely
undoing everything you've done in step one.
> make dep
Redo step one, or stop doing make mrproper.
You should also run make clean after make dep, just to be safe.
> make bzImage
> make modules
> make modules-install
> copy bzImage to /boot
> edit lilo.conf
> run lilo
>
> is there something I'm missing?
Stop doing make mrproper, it kills your .config in /usr/src/linux.
>
> Peace , Vale
>
> _______________________________________________
> Plug maillist - Plug@lists.nothinbut.net
> http://lists.nothinbut.net/mail/listinfo/plug
--
J.
When I grow up, I wanna be more like me.
I had a clue. I didn't like it. I took it back and exchanged it for an
attitude.
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|