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)
release3.0
Marek Marczykowski-Górecki 9 years ago
parent cdc1c719d4
commit 961616cb8e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -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…
Cancel
Save