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 has been archived by the owner on Jun 27, 2019. It is now read-only.
Implement a kmod service for linux-micro, it should follow systemd's modules-load.d(5) specification and use libkmod to do the actual work. The existing module sysctl loads in a similar fashion and should be used as base. Locations:
It would be nice to listen for netlink messages saying new devices were added and use libkmod to check aliases (ie: load module for pci:v00008086d00000958sv*sd*bc*sc*i* will load iosf_mbi)
The text was updated successfully, but these errors were encountered:
Implement a kmod service for linux-micro, it should follow systemd's modules-load.d(5) specification and use libkmod to do the actual work. The existing module
sysctl
loads in a similar fashion and should be used as base. Locations:It would be nice to listen for netlink messages saying new devices were added and use libkmod to check aliases (ie: load module for
pci:v00008086d00000958sv*sd*bc*sc*i*
will loadiosf_mbi
)The text was updated successfully, but these errors were encountered: