Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

linux-micro kmod module #676

Closed
barbieri opened this issue Sep 2, 2015 · 1 comment
Closed

linux-micro kmod module #676

barbieri opened this issue Sep 2, 2015 · 1 comment
Assignees
Labels

Comments

@barbieri
Copy link

barbieri commented Sep 2, 2015

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:

       /etc/modules-load.d/*.conf
       /run/modules-load.d/*.conf
       /usr/lib/modules-load.d/*.conf

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)

@dorileo
Copy link
Contributor

dorileo commented Nov 6, 2015

implemented on 5d986dd

@dorileo dorileo closed this as completed Nov 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants