Re: installing modules to ($PREFIX)/lib/modules/2.....

Sam Ravnborg (sam@ravnborg.org)
Fri, 8 Nov 2002 16:55:37 +0100


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/