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.