All of lore.kernel.org
 help / color / mirror / Atom feed
* installing modules to ($PREFIX)/lib/modules/2.....
@ 2002-11-08 15:41 Robert L. Harris
  2002-11-08 15:55 ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Robert L. Harris @ 2002-11-08 15:41 UTC (permalink / raw)
  To: Linux-Kernel



  I need to move the modules from a new kernel compile from my compile
machine to a production test.  Previously this has been done with some
rsync and diff magic.  The problem is the potential to kill the compile
server if a module is overwritten that is needed.

  I've compiled my kernel and modules but want to install the modules to
/tmp/lib/modules/2.4.18 so I can tar that up and move it to the server
in question.  Is there a system for doing this built into the kernel
compile structure I haven't found yet?

Robert



:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | PGP Key ID: FC96D405
                               
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: installing modules to ($PREFIX)/lib/modules/2.....
  2002-11-08 15:41 installing modules to ($PREFIX)/lib/modules/2 Robert L. Harris
@ 2002-11-08 15:55 ` Sam Ravnborg
  2002-11-08 15:59   ` Robert L. Harris
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2002-11-08 15:55 UTC (permalink / raw)
  To: Robert L. Harris, Linux-Kernel

On Fri, Nov 08, 2002 at 10:41:32AM -0500, Robert L. Harris wrote:
>   I've compiled my kernel and modules but want to install the modules to
> /tmp/lib/modules/2.4.18 so I can tar that up and move it to the server
> in question.  Is there a system for doing this built into the kernel
> compile structure I haven't found yet?

make INSTALL_PATH=/tmp modules_install
IIRC this is true for 2.4 as well.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: installing modules to ($PREFIX)/lib/modules/2.....
  2002-11-08 15:55 ` Sam Ravnborg
@ 2002-11-08 15:59   ` Robert L. Harris
  2002-11-08 16:21     ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Robert L. Harris @ 2002-11-08 15:59 UTC (permalink / raw)
  To: Robert L. Harris, Linux-Kernel



Didn't work.  Put them in /lib/modules/2.4.18. (Didn't bite me this time
because my server is on a different kernel but will in the near future).

I cut and past exactly as below.

Thus spake Sam Ravnborg (sam@ravnborg.org):

> Date: Fri, 8 Nov 2002 16:55:37 +0100
> From: Sam Ravnborg <sam@ravnborg.org>
> To: "Robert L. Harris" <Robert.L.Harris@rdlg.net>,
> 	Linux-Kernel <linux-kernel@vger.kernel.org>
> Subject: Re: installing modules to ($PREFIX)/lib/modules/2.....
> 
> On Fri, Nov 08, 2002 at 10:41:32AM -0500, Robert L. Harris wrote:
> >   I've compiled my kernel and modules but want to install the modules to
> > /tmp/lib/modules/2.4.18 so I can tar that up and move it to the server
> > in question.  Is there a system for doing this built into the kernel
> > compile structure I haven't found yet?
> 
> make INSTALL_PATH=/tmp modules_install
> IIRC this is true for 2.4 as well.
> 
> 	Sam



:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | PGP Key ID: FC96D405
                               
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: installing modules to ($PREFIX)/lib/modules/2.....
  2002-11-08 15:59   ` Robert L. Harris
@ 2002-11-08 16:21     ` Sam Ravnborg
  0 siblings, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2002-11-08 16:21 UTC (permalink / raw)
  To: Robert L. Harris, Linux-Kernel

On Fri, Nov 08, 2002 at 10:59:14AM -0500, Robert L. Harris wrote:
> 
> 
> Didn't work.  Put them in /lib/modules/2.4.18. (Didn't bite me this time
> because my server is on a different kernel but will in the near future).
My bad.
It is INSTALL_MOD_PATH.
Try that.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-08 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-08 15:41 installing modules to ($PREFIX)/lib/modules/2 Robert L. Harris
2002-11-08 15:55 ` Sam Ravnborg
2002-11-08 15:59   ` Robert L. Harris
2002-11-08 16:21     ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.