ugrd v2.2.0 reports an unexpected warning:
WARNING | [faux_driver] Failed to process autodetected kernel module dependencies: [faux_driver] Modinfo returned no output and the alias name could no be resolved.
looking in the kernel source, it's a rust driver.
Adding faux_driver to kmod_ignore in the config suppresses the warning.
I think it's minor, but will it be an issue in the future with other rust modules?
ugrd v2.2.0 reports an unexpected warning:
WARNING | [faux_driver] Failed to process autodetected kernel module dependencies: [faux_driver] Modinfo returned no output and the alias name could no be resolved.looking in the kernel source, it's a rust driver.
Adding faux_driver to kmod_ignore in the config suppresses the warning.
I think it's minor, but will it be an issue in the future with other rust modules?