From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: [PATCH] dracut: 90kernel-modules/module-setup.sh: add ehci-tegra.ko on arm Date: Tue, 23 Jul 2013 22:07:05 -0400 Message-ID: <20130724020704.GK2034@redacted.bos.redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org 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. --- 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