From cf7d97a8af959dcba0e90b3b99584427c600a550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 28 Nov 2015 16:05:33 +0100 Subject: [PATCH] lorax: include USB3.0 drivers in installer initramfs --- lorax-templates-qubes/templates/runtime-postinstall.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorax-templates-qubes/templates/runtime-postinstall.tmpl b/lorax-templates-qubes/templates/runtime-postinstall.tmpl index b6f406d..6094334 100644 --- a/lorax-templates-qubes/templates/runtime-postinstall.tmpl +++ b/lorax-templates-qubes/templates/runtime-postinstall.tmpl @@ -114,7 +114,7 @@ symlink ../run/install mnt/install append etc/depmod.d/dd.conf "search updates built-in" ## include additional modules in initramfs -append etc/dracut.conf.d/extra-install-modules.conf "add_drivers+=' ehci-pci '" +append etc/dracut.conf.d/extra-install-modules.conf "add_drivers+=' ehci-pci xhci-hcd xhci-pci '" ## no longer hard dependencies of anaconda module (for smaller EFI initrd), so add them here append etc/dracut.conf.d/extra-install-modules.conf "add_dracutmodules+=' livenet nfs img-lib convertfs ifcfg '"