The config based kernel module handling unfortunately fails with missing drivers as the handling of add_drivers gives up on the first missing kernel module, prints an error message but carries on to create a initramfs with missing modules.
Use our own module to call instmod without "-c" to avoid checks.
The config based kernel module handling unfortunately fails with missing drivers as the handling of
add_drivers
gives up on the first missing kernel module, prints an error message but carries on to create a initramfs with missing modules. Use our own module to callinstmod
without "-c" to avoid checks.