On Thu, 22 Apr 2004 15:25, you wrote: > Hi all, > > In the course of making a new kernel, when I run "make modules_install", > can I specify a target directory to install modules to instead of > /lib/modules?
At the end of section 5.1 of the MP3 Box HOWTO there is a suggestion for just that: http://www.tldp.org/HOWTO/MP3-Box-HOWTO-5.html "...Presumably, you configured your network, sound drivers as modules. It will be necessary to compile them and put them in temporary directory (until you get the the mini-distribution setup). To compile and install in temporary directory do: export INSTALL_MOD_PATH=/tmp make modules;make modules_install The modules for the kernel will be located in /tmp/lib/modules/2.2.16. Remember that path." You might want to read the whole thing to put it in context. Hope this helps. Andy
