AsahiLinux / asahi-scripts

Miscellaneous admin scripts for the Asahi Linux reference distro
MIT License
46 stars 31 forks source link

dracut: Add module for asahio specific kernel modules #46

Closed jannau closed 6 months ago

jannau commented 6 months ago

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.

marcan commented 6 months ago

Eww. That's one nasty failure case.