[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Modular Kernel Move
> If I build a modular kernel on one machine, is there an easy way to move the
> modules and kernel image to another machine. (This is easy with monolithic
> kernels). Do all the compiled modules end up in one place, or does "make
> module_install" copy each module from it's own place is /usr/src? I guess
> the second is my real question.
All the modules get installed in subdirectories under:
/lib/modules/<KernelVersionNumber>
You can tar them up and move them to another machine.
--------------------------------------------
Bruce Smith bruce@armintl.com
System Administrator / Network Administrator
Armstrong International, Inc.
Three Rivers, Michigan 49093 USA
http://www.armstrong-intl.com/
--------------------------------------------