From: Daniel Molkentin Date: Tue, 4 Feb 2020 14:51:57 +0000 (+0100) Subject: 90kernel-modules: Add PCI host controller modules X-Git-Tag: 050~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d33a7f617a4c315f887e6accca4d5e7f262801;p=thirdparty%2Fdracut.git 90kernel-modules: Add PCI host controller modules Currently there is no usb support on RPi4 in the initrd phase as the pcie-brcmstb module is missing. If part of the boot is handled from a USB stick (e.g. with Ignition), the stick cannot be accessed. Reference: boo#1162669 --- diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index 7ae881398..2ca4b7192 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -51,6 +51,7 @@ installkernel() { "=drivers/input/keyboard" \ "=drivers/usb/storage" \ "=drivers/pci/host" \ + "=drivers/pci/controller" \ ${NULL} instmods \