force mmc_block and usb_storage into ARM initramfs
Resolves: rhbz#1015234
This commit is contained in:
parent
e7efcf337c
commit
e9174046ca
16
0007-arm-add-more-modules-for-hostonly.patch
Normal file
16
0007-arm-add-more-modules-for-hostonly.patch
Normal 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
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 034
|
Version: 034
|
||||||
Release: 7.git20131008%{?dist}
|
Release: 8.git20131008%{?dist}
|
||||||
|
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%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
|
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
|
Patch5: 0005-Doc-cleanup-extend-and-split-and-reuse.patch
|
||||||
Patch6: 0006-dmsquash-live-add-dev-mapper-live-base.patch
|
Patch6: 0006-dmsquash-live-add-dev-mapper-live-base.patch
|
||||||
|
Patch7: 0007-arm-add-more-modules-for-hostonly.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: bash git
|
BuildRequires: bash git
|
||||||
@ -455,6 +456,10 @@ rm -rf -- $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-7.git20131008
|
||||||
- lvm: install thin utils for non-hostonly
|
- lvm: install thin utils for non-hostonly
|
||||||
- do not bail out, if kernel modules dir is missing
|
- do not bail out, if kernel modules dir is missing
|
||||||
|
Loading…
Reference in New Issue
Block a user