lorax: include ehci-pci module in installer initramfs image
In recent kernel releases this additional module is required to support USB 2.0 controllers.
This commit is contained in:
parent
13c61af3cf
commit
82a3ec60d1
@ -102,4 +102,7 @@ symlink ../run/install mnt/install
|
|||||||
## create_depmod_conf()
|
## create_depmod_conf()
|
||||||
append etc/depmod.d/dd.conf "search updates built-in"
|
append etc/depmod.d/dd.conf "search updates built-in"
|
||||||
|
|
||||||
|
## include additional modules in initramfs
|
||||||
|
append etc/dracut.conf.d/extra-install-modules.conf "add_drivers+=' ehci-pci'"
|
||||||
|
|
||||||
## TODO: we could run prelink here if we wanted?
|
## TODO: we could run prelink here if we wanted?
|
||||||
|
Loading…
Reference in New Issue
Block a user