[oclug] building new kernel

David F. Skoll dfs at roaringpenguin.com
Fri Feb 16 23:32:59 EST 2001


Mike Kenzie wrote:

> If I build the kernel on another machine how do I obtain a
> system.map file for the laptop?
> What about the modules?

System.map should end up in the /usr/src/linux directory; just copy it
over.

For modules, when you do a "make modules_install", do it like this:

	make modules_install INSTALL_MOD_PATH=/for/laptop

The modules will be installed under /for/laptop (a path which must
exist) instead of /lib; you can then copy them over.

--
David.



More information about the OCLUG mailing list