You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
I think it would be a great idea to be able to ship kernel modules in torcx modules. Currently one can package the .ko file and insmod that in a systemd service, but complex modules (like ZFS on Linux or WireGuard) are a pain because of inter-module dependencies only properly handled by modprobe. modprobe doesn't work since the modules are not in the right path to be picked up by modprobe.
If we could extend torcx to symlink modules (difficult due to R/O /lib) or get modprobe to pick up torcx module that would be pretty cool. I don't have a very concrete plan for this yet, but just wanted to throw this out here to start a discussion which will hopefully lead to a better experience when deploying kernel modules on CoreOS.