Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dracut/modules.d/90extra-modules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ installkernel() {
# ehci-hcd split off
hostonly='' instmods ehci-pci ehci-platform || :
# xhci-hcd split off
hostonly='' instmods xhci-pci xhci-plat-hcd || :
hostonly='' instmods xhci-pci xhci-plat-hcd xhci-pci-renesas || :
# ohci-hcd split off
hostonly='' instmods ohci-pci || :
# workaround for https://github.com/dracutdevs/dracut/issues/712
Expand Down