diff options
author | Kyle McMartin <kyle@redhat.com> | 2013-07-23 22:07:05 -0400 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-07-24 10:23:10 +0200 |
commit | ad2565c8ff9c4309f2e5aacbd24856b615f20478 (patch) | |
tree | aabc75f67b8d71bfaa13a293b354d2713a651b9e /modules.d | |
parent | 9f3d191fcee01849c00fc99162b72a9292df5272 (diff) | |
download | dracut-ad2565c8ff9c4309f2e5aacbd24856b615f20478.tar.gz dracut-ad2565c8ff9c4309f2e5aacbd24856b615f20478.tar.bz2 dracut-ad2565c8ff9c4309f2e5aacbd24856b615f20478.zip |
dracut: 90kernel-modules/module-setup.sh: add ehci-tegra.ko on arm
kernel-tegra is now part of the base kernel package, so bits and pieces
ended up modular, and as a result, if you boot off the internal USB, you
drop to a dracut shell with no way of getting to root.
Diffstat (limited to 'modules.d')
-rwxr-xr-x | modules.d/90kernel-modules/module-setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index 8388a08c..3d4048aa 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -47,7 +47,8 @@ installkernel() { if [[ "$(uname -p)" == arm* ]]; then # 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 + omap_hsmmc panel-tfp410 sdhci_dove ahci_platform pata_imx sata_mv \ + ehci-tegra fi # install virtual machine support |