Hostonly mode
Closed this issue · 1 comments
illiliti commented
I thought about how to properly implement hostonly mode(install only needed drivers). This is list of my ideas:
- implement modular system (like in dracut)
- hardcode needed drivers
- install current loaded modules (/proc/modules)
- perform autodetection of drivers via /sys
- leave this task to user ($drivers variable)