9323733aa3
- Fixed LVM with thin provisioning Resolves: rhbz#1013767 - fixed swap detection in host only mode
24 lines
957 B
Diff
24 lines
957 B
Diff
From 76a44782647c2693039d15a2d8073d70be9b6756 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Fri, 18 Oct 2013 14:56:51 +0200
|
|
Subject: [PATCH] kernel-modules(ARM): add mmc_block usb_storage to statis list
|
|
of kernel mods
|
|
|
|
---
|
|
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
index f6d1c3d..2100336 100755
|
|
--- 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
|