Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57752 - Patch: Adds support for INSTALL_MOD_PATH
Summary: Patch: Adds support for INSTALL_MOD_PATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-07-20 10:24 UTC by Martin Parm
Modified: 2004-07-28 04:07 UTC (History)
0 users

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


Attachments
Adds support for INSTALL_MOD_PATH in genkernel (genkernel-install_mod_path.patch,3.70 KB, patch)
2004-07-20 10:25 UTC, Martin Parm
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Parm 2004-07-20 10:24:54 UTC
This patch adds support for INSTALL_MOD_PATH, which is used to control where kernel modules are installed. INSTALL_MOD_PATH can either be set in genkernel.conf or controlled with the new commandline parameter --module-prefix.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Parm 2004-07-20 10:25:46 UTC
Created attachment 35826 [details, diff]
Adds support for INSTALL_MOD_PATH in genkernel

This patch was made on genkernel-3.0.2c
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-07-21 06:44:17 UTC
In source CVS now, thanks. Note: there's no need to make an "if" where the result statement is only one line. It's best to use something like:

[ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH

... instead.

Thanks for all the patches!
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2004-07-28 04:07:45 UTC
The patch should be in Portage with genkernel-3.0.2e; please reopen this bug if you have any issues with it. Thanks!