Bug 457870
| Summary: | mkinitrd does not respect module command line options set in /etc/modprobe.d/ | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Hancock <hancockrwd> |
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 11 | CC: | daw-redhatbugzilla, dcantrell, gerd, wtogami |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-30 01:20:49 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
Robert Hancock
2008-08-05 04:48:36 UTC
This is still a problem in Fedora 10. In case it matters, I'll add my vote for fixing this. Like many modern desktops, my machine uses SATA drives; in Fedora kernels, libata is loaded as a kernel module (by initrd), not built into the kernel; so options for libata that are listed in /etc/modprobe.d are ignored right now. Appears to still be a problem in Fedora 11 (mkinitrd-6.0.86-2.fc11). Dracut in Fedora 12 doesn't seem to have this problem from inspecting the code anyway, it looks like all the /etc/modprobe.d files get dumped into the initrd. Appears fixed in Fedora 12. |