From ab927ec4f0642e967e1ee59f160469e283b2b402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 9 Apr 2025 16:42:44 +0200 Subject: [PATCH] dracut: include xhci-pci-renesas too This is yet another module that is used by (a bit less) common USB controller. Include it in initramfs so it can be used to enter the LUKS passphrase. Fixes QubesOS/qubes-issues#9889 --- dracut/modules.d/90extra-modules/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut/modules.d/90extra-modules/module-setup.sh b/dracut/modules.d/90extra-modules/module-setup.sh index f753dfa0..df06f5c3 100755 --- a/dracut/modules.d/90extra-modules/module-setup.sh +++ b/dracut/modules.d/90extra-modules/module-setup.sh @@ -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