* [PATCH] dracut: 90kernel-modules/module-setup.sh: add ehci-tegra.ko on arm
@ 2013-07-24 2:07 Kyle McMartin
[not found] ` <20130724020704.GK2034-nxOev/eQj6CGu0OVIAPS5KfLeoKvNuZc@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Kyle McMartin @ 2013-07-24 2:07 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] dracut: 90kernel-modules/module-setup.sh: add ehci-tegra.ko on arm
[not found] ` <20130724020704.GK2034-nxOev/eQj6CGu0OVIAPS5KfLeoKvNuZc@public.gmane.org>
@ 2013-07-31 14:02 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2013-07-31 14:02 UTC (permalink / raw)
To: Kyle McMartin; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA
On 07/24/2013 04:07 AM, Kyle McMartin wrote:
> 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
pushed, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-31 14:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 2:07 [PATCH] dracut: 90kernel-modules/module-setup.sh: add ehci-tegra.ko on arm Kyle McMartin
[not found] ` <20130724020704.GK2034-nxOev/eQj6CGu0OVIAPS5KfLeoKvNuZc@public.gmane.org>
2013-07-31 14:02 ` Harald Hoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox