force mmc_block and usb_storage into ARM initramfs

Resolves: rhbz#1015234
This commit is contained in:
Kyle McMartin 2013-10-11 17:49:00 -04:00
parent e7efcf337c
commit e9174046ca
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,16 @@
From 0000000000000deadbeef0000000000000000000 Mon Sep 17 00:00:00 2001
From: Kyle McMartin <kyle@redhat.com>
Date: Fri, 11 Oct 2013 17:47:24 -0400
Subject: [PATCH] add mmc_block and usb_storage on ARM
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -49,7 +49,7 @@ installkernel() {
# arm specific modules
hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm \
omap_hsmmc panel-tfp410 sdhci_dove ahci_platform pata_imx sata_mv \
- ehci-tegra
+ ehci-tegra mmc_block usb_storage
fi
# install virtual machine support

View File

@ -10,7 +10,7 @@
Name: dracut
Version: 034
Release: 7.git20131008%{?dist}
Release: 8.git20131008%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@ -35,6 +35,7 @@ Patch3: 0003-10i18n-parse-i18n.sh-parse-rd.vconsole-and-rd.locale.patch
Patch4: 0004-dracut.sh-do-not-bail-out-if-kernel-modules-dir-is-m.patch
Patch5: 0005-Doc-cleanup-extend-and-split-and-reuse.patch
Patch6: 0006-dmsquash-live-add-dev-mapper-live-base.patch
Patch7: 0007-arm-add-more-modules-for-hostonly.patch
BuildRequires: bash git
@ -455,6 +456,10 @@ rm -rf -- $RPM_BUILD_ROOT
%endif
%changelog
* Fri Oct 11 2013 Kyle McMartin <kyle@fedoraproject.org> 034-8.git20131008
- Force mmc_block and usb_storage into ARM initramfs.
Resolves: rhbz#1015234
* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-7.git20131008
- lvm: install thin utils for non-hostonly
- do not bail out, if kernel modules dir is missing