Bug 460607
| Summary: | [PATCH] mkinitrd fails to produce working initrd for usb root | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Airlie <airlied> | ||||
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | dcantrell, notting, oliva, wtogami | ||||
| Target Milestone: | --- | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-10-27 19:49:47 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 438943 | ||||||
| Attachments: |
|
||||||
|
Description
Dave Airlie
2008-08-29 00:36:04 UTC
Created attachment 315677 [details]
Patch that supports built-in usb .hci[_-]hcd.ko
The problem came up because ohci-hcd et al are now built into the kernel, rather than modules. This broke the heuristics to mount /proc/bus/usb right after loading those modules. The attached patch fixed this problem for me.
This should already be fixed by http://git.fedorahosted.org/git/?p=mkinitrd;a=commitdiff;h=0e3a5937c49ecada201d99909cf6fa06e0163596, in 6.0.63-1. Please reopen if it's not. |