[dracut/f17] add patch for arm storage modules

Dennis Gilmore ausil at fedoraproject.org
Thu May 17 06:44:14 UTC 2012


commit 4ca4c4247594e51a55d0e0ebdc9cbe6ea63fc35c
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu May 17 01:44:11 2012 -0500

    add patch for arm storage modules

 ...re-that-we-get-the-storage-modules-into-t.patch |   27 ++++++++++++++++++++
 dracut.spec                                        |    7 +++-
 2 files changed, 32 insertions(+), 2 deletions(-)
---
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 <dennis at ausil.us>
+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 4ab5f66..d7f434f 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
 
 Name: dracut
 Version: 018
-Release: 35.git20120510%{?dist}
+Release: 36.git20120510%{?dist}
 
 Summary: Initramfs generator using udev
 %if 0%{?fedora} || 0%{?rhel}
@@ -58,7 +58,7 @@ Patch31: 0031-ifcfg-write-ifcfg.sh-use-PREFIX-for-prefix-netmask-f.patch
 Patch32: 0032-Fail-to-boot-if-mediacheck-fails-817419.patch
 Patch33: 0033-ifcfg-write-ifcfg.sh-add-s390-specific-configuration.patch
 Patch34: 0034-Makefile-call-git2spec.pl-with-LANG-C.patch
-
+Patch35: 0062-ARM-make-sure-that-we-get-the-storage-modules-into-t.patch
 
 BuildArch: noarch
 BuildRequires: dash bash git
@@ -373,6 +373,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Thu May 17 2012 Dennis Gilmore <dennis at ausil.us> 018-36.git20120510
+- add patch for arm storage modules
+
 * Thu May 10 2012 Harald Hoyer <harald at redhat.com> 018-35.git20120510
 - fix s390 ifcfg configuration
 Resolves: rhbz#811521


More information about the scm-commits mailing list