Bug 80119
| Summary: | RFE: module-init-tools forward compatibliity patch | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Warren Togami <wtogami> |
| Component: | mkinitrd | Assignee: | Erik Troan <ewt> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | phoebe | CC: | herrold |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-01-15 02:44:54 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
Warren Togami
2002-12-20 07:43:17 UTC
That's *gross* There should be one insmod binary to handle both kernel types. I certainly agree this is ugly, but Rusty wrote this and Linus accepted it. =( In any case, I highly recommend this patch because installation of 2.4.x kernels is broken if people install module-init-tools. Get rusty to call in insmod-static-2.4 and we'll support that. .old is just too gross. As to # 80119 -- I've re-opened -- If I understand the objections, it is to name
of the binary, and cruftyness of the patch
let's just change its name in Warren's first diff:
inst /sbin/insmod.static.old "$MNTIMAGE/bin/insmod-static-2.4"
not wait for Rusty, and make it work right in the meantime without the cryptic
error message.
In any case I contacted Rusty. Hopefully he will agree that "-2.4" is a better name than ".old" in the long run. I don't want to do this differently for just Red Hat -- let us know Rusty's answer. There needs to be a proper way to boot both 2.4 and 2.6 kernels on the same machine, and insmod-static.old just isn't it. |