dracut: include all USB controllers drivers
dracut in Fedora 20 doesn't know about *-pci modules (which were split
of *-hcd). So add them manually, in all flavors (ehci, ohci, xhci).
Fixes QubesOS/qubes-issues#1517
(cherry picked from commit f66be6c943
)
This commit is contained in:
parent
cdc1c719d4
commit
961616cb8e
@ -3,5 +3,9 @@
|
||||
|
||||
installkernel() {
|
||||
# ehci-hcd split off
|
||||
instmods ehci-pci ehci-platform || :
|
||||
hostonly='' instmods ehci-pci ehci-platform || :
|
||||
# xhci-hcd split off
|
||||
hostonly='' instmods xhci-pci xhci-plat-hcd || :
|
||||
# ohci-hcd split off
|
||||
hostonly='' instmods ohci-pci || :
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user