Dracut: различия между версиями
Перейти к навигации
Перейти к поиску
Zombah (обсуждение | вклад) (add force kernel modules into initramfs) |
(нет различий)
|
Текущая версия от 17:16, 13 мая 2016
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.