add patch to pull in arm storage modules
This commit is contained in:
parent
8020528b8d
commit
a2daf519f5
@ -0,0 +1,27 @@
|
|||||||
|
From 5e00cf513bdd46de5492145ebee6fb35fa3e6173 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dennis Gilmore <dennis@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
|
||||||
|
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 018
|
Version: 018
|
||||||
Release: 52.git20120509%{?dist}
|
Release: 53.git20120509%{?dist}
|
||||||
|
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%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
|
Patch49: 0049-add-systemd-module.patch
|
||||||
Patch50: 0050-ifcfg-write-ifcfg.sh-use-PREFIX-for-prefix-netmask-f.patch
|
Patch50: 0050-ifcfg-write-ifcfg.sh-use-PREFIX-for-prefix-netmask-f.patch
|
||||||
Patch51: 0051-dracut.spec-add-98systemd-module.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
|
BuildArch: noarch
|
||||||
BuildRequires: dash bash git
|
BuildRequires: dash bash git
|
||||||
@ -393,6 +393,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/lib/dracut/overlay
|
%dir /var/lib/dracut/overlay
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 17 2012 Dennis Gilmore <dennis@ausil.us> 018-53.git20120509
|
||||||
|
- add patch to pull in arm storage modules
|
||||||
|
|
||||||
* Wed May 09 2012 Harald Hoyer <harald@redhat.com> 018-52.git20120509
|
* Wed May 09 2012 Harald Hoyer <harald@redhat.com> 018-52.git20120509
|
||||||
- new upstream version
|
- new upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user