On 15.04.22 23:24, Oscar wrote:
Hi,
My UdooQuad board needs some extra modules added to initrd in order to
boot (currently it hangs).
specify "modules".
Kernel modules or dracut modules?
How can I add additional modules to the initrd with dracut and kiwi?
Is there any board that needs this too that I can check?
Dracut modules:
create a file /etc/dracut.conf.d/my_dracutmodule.conf that contains
add_dracutmodules+=" my_xyz_dracutmodule "
Kernel modules:
create a file /etc/dracut.conf.d/my_kernelmodule.conf that contains
drivers+=" my_kernelmodule "
Of course they can both go into the same file.
Note that the blanks at the beginning and the end of the "+=" string are
important.
Have fun,
--
Stefan Seyfried
"For a successful technology, reality must take precedence over
public relations, for nature cannot be fooled." -- Richard Feynman