Dracut
Перейти к навигации
Перейти к поиску
Force kernel modules into initramfs
Add file for example '/etc/dracut.conf.d/tegra_modules.conf' with content like this:
add_drivers += "ehci-tegra"
or
force_drivers += "ehci-tegra"
Create new initramfs image with: dracut -f and then reboot.