Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58518 - modules_install directory option
Summary: modules_install directory option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-27 02:47 UTC by Luke-Jr
Modified: 2004-07-28 04:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2004-07-27 02:47:26 UTC
There should be an option of where modules_install puts stuff.
Comment 1 Luke-Jr 2004-07-27 19:39:11 UTC
<plasmaroo> Luke-Jr: For the makefile one I need to know what to pass to the kernel Makefiles.
<plasmaroo> Luke-Jr: I'll have a look at both tomorrow.
<Luke-Jr> k.. I'll look at what needs to be done for that
<plasmaroo> Thanks.
<Luke-Jr> done =p
<Luke-Jr> make modules_install INSTALL_MOD_PATH=/tmp
<Luke-Jr> makes /tmp/lib/etc
<Luke-Jr> (etc being English etc, not the literal text)
<plasmaroo> Ah; cool. I can add that.
<Luke-Jr> I guess that'd be --module-root
<Luke-Jr> or --root and use it for /boot too
<plasmaroo> Hm. Sounds good.
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-07-28 04:22:08 UTC
Just use '--no-install --module-prefix=<tempDir> --tempdir=<tempDir>' with 3.0.2e - the kernel and system map will be dumped into $tempDir and modules into $tempDir/lib/modules/...