diff --git a/0062-ARM-make-sure-that-we-get-the-storage-modules-into-t.patch b/0062-ARM-make-sure-that-we-get-the-storage-modules-into-t.patch new file mode 100644 index 0000000..3ab3e43 --- /dev/null +++ b/0062-ARM-make-sure-that-we-get-the-storage-modules-into-t.patch @@ -0,0 +1,27 @@ +From 5e00cf513bdd46de5492145ebee6fb35fa3e6173 Mon Sep 17 00:00:00 2001 +From: Dennis Gilmore +Date: Thu, 17 May 2012 01:30:38 -0500 +Subject: [PATCH 62/62] ARM: make sure that we get the storage modules into + the initramfs + +--- + modules.d/90kernel-modules/module-setup.sh | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh +index 26f4784..fd8b92c 100755 +--- a/modules.d/90kernel-modules/module-setup.sh ++++ b/modules.d/90kernel-modules/module-setup.sh +@@ -35,6 +35,9 @@ installkernel() { + hostonly='' instmods pcmcia firewire-ohci + hostonly='' instmods usb_storage sdhci sdhci-pci + ++ # arm specific modules ++ hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap sdhci_dove ahci_platform pata_imx sata_mv ++ + # install keyboard support + hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd + # install unix socket support +-- +1.7.10.1 + diff --git a/dracut.spec b/dracut.spec index ba7c7dc..48861db 100644 --- a/dracut.spec +++ b/dracut.spec @@ -10,7 +10,7 @@ Name: dracut Version: 018 -Release: 52.git20120509%{?dist} +Release: 53.git20120509%{?dist} Summary: Initramfs generator using udev %if 0%{?fedora} || 0%{?rhel} @@ -75,7 +75,7 @@ Patch48: 0048-rootfs-block-block-genrules.sh-install-systemd-mount.patch Patch49: 0049-add-systemd-module.patch Patch50: 0050-ifcfg-write-ifcfg.sh-use-PREFIX-for-prefix-netmask-f.patch Patch51: 0051-dracut.spec-add-98systemd-module.patch - +Patch52: 0062-ARM-make-sure-that-we-get-the-storage-modules-into-t.patch BuildArch: noarch BuildRequires: dash bash git @@ -393,6 +393,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/dracut/overlay %changelog +* Thu May 17 2012 Dennis Gilmore 018-53.git20120509 +- add patch to pull in arm storage modules + * Wed May 09 2012 Harald Hoyer 018-52.git20120509 - new upstream version