Bug 1962
Summary: | Difficult to use non-obvious /lib/modules/<foo> module directories | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Chris Siebenmann <cks-rhbugzilla> |
Component: | modutils | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-04-07 17:02:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Siebenmann
1999-04-03 09:33:31 UTC
You can modprobe modules only against the running kernel, and now we have a very sure way of identifying the running kernel, so the preferred hack is no longer needed. If the preferred hack is no longer supposed to be there at all, you might want to delete the stanza in /etc/rc.d/rc.sysinit that falls back to it. Personally, I think that relying on uname -r/EXTRAVERSION is a bit fragile in an environment where people may build their own kernels, but clearly RedHat disagrees. it has been removed in the latest initscripts (removed about 3/29 or so). Relying on EXTRAVERSIOn is a whole lot more stable than the previous preffered hack. This is what EXTRAVERSION is for and it is not terribly difficult to change that value when compiling a customized kernel. |