From 82a3ec60d177b4c6540882c72303b91089382de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 13 Jun 2013 15:16:38 +0200 Subject: [PATCH] lorax: include ehci-pci module in installer initramfs image In recent kernel releases this additional module is required to support USB 2.0 controllers. --- lorax-templates-qubes/templates/runtime-postinstall.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lorax-templates-qubes/templates/runtime-postinstall.tmpl b/lorax-templates-qubes/templates/runtime-postinstall.tmpl index 5cbe6d9..dc23af9 100644 --- a/lorax-templates-qubes/templates/runtime-postinstall.tmpl +++ b/lorax-templates-qubes/templates/runtime-postinstall.tmpl @@ -102,4 +102,7 @@ symlink ../run/install mnt/install ## create_depmod_conf() 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'" + ## TODO: we could run prelink here if we wanted?