From e9174046cacfe7e39d90f6cd752c2420898404d8 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Oct 11 2013 21:49:00 +0000 Subject: force mmc_block and usb_storage into ARM initramfs Resolves: rhbz#1015234 --- diff --git a/0007-arm-add-more-modules-for-hostonly.patch b/0007-arm-add-more-modules-for-hostonly.patch new file mode 100644 index 0000000..524784a --- /dev/null +++ b/0007-arm-add-more-modules-for-hostonly.patch @@ -0,0 +1,16 @@ +From 0000000000000deadbeef0000000000000000000 Mon Sep 17 00:00:00 2001 +From: Kyle McMartin +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 diff --git a/dracut.spec b/dracut.spec index e73a192..8d6cf92 100644 --- a/dracut.spec +++ b/dracut.spec @@ -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 034-8.git20131008 +- Force mmc_block and usb_storage into ARM initramfs. +Resolves: rhbz#1015234 + * Tue Oct 08 2013 Harald Hoyer 034-7.git20131008 - lvm: install thin utils for non-hostonly - do not bail out, if kernel modules dir is missing