]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90kernel-modules: Add PCI host controller modules
authorDaniel Molkentin <dmolkentin@suse.com>
Tue, 4 Feb 2020 14:51:57 +0000 (15:51 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 4 Mar 2020 08:23:09 +0000 (09:23 +0100)
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

modules.d/90kernel-modules/module-setup.sh

index 7ae881398e52da4222128503dd5f46c1c3b6f150..2ca4b7192d1214963d3138a7898d9ef3529cd025 100755 (executable)
@@ -51,6 +51,7 @@ installkernel() {
             "=drivers/input/keyboard" \
             "=drivers/usb/storage" \
             "=drivers/pci/host" \
+            "=drivers/pci/controller" \
             ${NULL}
 
         instmods \