Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154692 - genkernel ignoring localversion when scanning for modules
Summary: genkernel ignoring localversion when scanning for modules
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 08:55 UTC by Nicolas Bock
Modified: 2007-11-17 03:06 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 Nicolas Bock gentoo-dev 2006-11-10 08:55:10 UTC
I am trying to include an extra module (appletouch) into the initramfs made by genkernel. I figured that I simply needed to stick 'appletouch' into the MODULES_USB string in /usr/share/genkernel/x86/modules_load. But when I ran

Code:
genkernel --debug-level=5 initrd


genkernel told me that it can't find appletouch.ko. Digging a little deeper I found that the script /usr/share/genkernel/gen_initramfs.sh seems to ignore my localversion string I am using for my kernel (set to "-mactel"). It sets the variable KV to 2.6.18 and not 2.6.18-mactel and hence searches /usr/lib/2.6.18 for my kernel modules instead of searching /usr/lib/modules/2.6.18-mactel.
Comment 1 Nicolas Bock gentoo-dev 2006-11-10 08:56:11 UTC
I forgot: sys-kernel/genkernel-3.4.1
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2007-03-14 01:10:00 UTC
Got a patch?  Also, are you using genkernel's "extraversion" or are you using the in-kernel one?
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2007-09-17 20:24:01 UTC
Any word on this?
Comment 4 Andrew Gaffney (RETIRED) gentoo-dev 2007-11-17 03:06:34 UTC
Reopen if you can provide the information that was asked for.