On Thu Jul 13 2000 at 15:40, Peter Clutterbuck wrote:

> I work on kernel development.  I have Lilo set up for the stable kernel
> and the development kernel.  I install modules in the default directory
> ie
> /lib/modules/`uname -r'/.  How do I set up modules so that I can boot
> either kernel
> and not get unresolved symbol warnings when module dependencies are
> resolved?

BEFORE you make the kernel and modules, edit /usr/src/Makefile and
change the "EXTRAVERSION" to something else.  Then do:

        make bzImage modules modules_install
        
Everything is now sweet.  :)

(BTW, documented in the redhat docs).

Cheers
Tony
 -=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-
  Tony Nugent <[EMAIL PROTECTED]>    Systems Administrator, RHCE
  GrowZone OnLine       (a project of) GrowZone Development Network
  POBox 475 Toowoomba Oueensland Australia 4350    Ph: 07 4637 8322
 -=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to