[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: modular kernel
If you don't want to copy the object files by hand you do.
In my case (where I want modules and kernels for two
different images of the same kernel version), I've just been
copying the module objects that are different into my
/lib/modules/2.2.12/<whatever> directories. That way I
don't have to worry about maintaining two sets of modules
(in reality though I only have 1 module that is different
among the two kernels I have, so it's been easy to
manage. If there were more I would probably try to do
something more manageable).
Jason
> -----Original Message-----
> From: Charles Menzes [SMTP:charles@lunarmedia.net]
> Sent: Friday, April 28, 2000 10:32 AM
> To: 'luci-discuss@luci.org'
> Subject: RE: modular kernel
>
>
> don't you need to run 'make modules_install' ?
>
> ________________________
> Lunar Media Incorporated
> what a wicked web we weave
> http://www.lunarmedia.net
> 1 . 8 0 0 . 2 5 2 . 8 2 2 1
>
> On Fri, 28 Apr 2000, Burke, Jason wrote:
>
> >
> > Here's the way I do it...
> >
> > First I run 'make xconfig' and configure the kernel. Then
> > I run make dep, make bzImage, and after this is done I
> > I make a backup of the old kernel (assuming they are
> > the same version) and modules, and then I run 'make
> > modules'. At this point I copy the kernel image into the
> > /boot directory, and modify lilo to boot both the old and
> > new kernel, and finally I test it.
> >
> > That's how I do it.
> >
> > Jason
> >
> > > -----Original Message-----
> > > From: Charles Menzes [SMTP:charles@lunarmedia.net]
> > > Sent: Friday, April 28, 2000 8:22 AM
> > > To: Linux Users Club of IL
> > > Subject: modular kernel
> > >
> > >
> > > when recompling with a modular kernel, after making bzImage, should
> you
> > > immediately run make modules, and make modules_install?
> > > for some reason, I thought i read in the kernel-howto that you should
> > > actually make bzImage, put it in place, run lilo, and reboot, then
> after
> > > the reboot, build and install modules.
> > >
> > > was i up too late trying to read something technical?
> > >
> > > cjm
> > >
> > > ________________________
> > > Lunar Media Incorporated
> > > what a wicked web we weave
> > > http://www.lunarmedia.net
> > > 1 . 8 0 0 . 2 5 2 . 8 2 2 1
> > >
> > >
> > > --
> > > To unsubscribe, send email to majordomo@luci.org with
> > > "unsubscribe luci-discuss" in the body.
> > >
> >
> > --
> > To unsubscribe, send email to majordomo@luci.org with
> > "unsubscribe luci-discuss" in the body.
> >
>
>
> --
> To unsubscribe, send email to majordomo@luci.org with
> "unsubscribe luci-discuss" in the body.
>
--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.