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.
master
Kyle McMartin 2013-07-23 22:07:05 -04:00 committed by Harald Hoyer
parent 9f3d191fce
commit ad2565c8ff
1 changed files with 2 additions and 1 deletions

View File

@ -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