dracut/modules.d/90kernel-modules
Daniel Drake 6dcc5e1158 kernel-modules: increase SDHCI driver inclusion
The sdhci-pci module is currently not being included in the initramfs,
even though other sdhci modules are. This breaks boot on systems that
rely on this driver to access the root filesystem.

Instead of looking for modules that use sdhci_pltfm_init, look for
sdhci_add_host. I checked 3.18 kernel sources, and this change
does not remove any of the previously-matched SDHCI drivers.
It should result in the addition of sdhci-pci, sdhci-s3c, sdhci-spear
and sdhci-acpi.
2015-01-21 14:10:26 +01:00
..
insmodpost.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00
module-setup.sh kernel-modules: increase SDHCI driver inclusion 2015-01-21 14:10:26 +01:00
parse-kernel.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00