Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 57752

Summary: Patch: Adds support for INSTALL_MOD_PATH
Product: Gentoo Linux Reporter: Martin Parm <parmus>
Component: Current packagesAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Adds support for INSTALL_MOD_PATH in genkernel

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!