Dracut

Материал из Toshiba AC100 wiki
Версия от 17:16, 13 мая 2016; Zombah (обсуждение | вклад) (add force kernel modules into initramfs)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

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.