Skip to content

lisa._kmod: Fix preinstalled kmod path when base path exists

FIX

If the base path where we look for the lisa kmod exist but no module exist, find will return an empty string without error. Handle that case and treat it as having not found the kmod.

Merge request reports