Judging from the documentation, and then the code, it is not very clear what the difference should be between load and install:
load does configure some files (e.g. /etc/modules or the distro variant of it) to make the module reload automatically .... so basically it is doing the "install" part as well?
install class configures things in a different way, by using modprobe.
why are things configured in two different ways? shouldn't kmod::load reuse kmod::install to configure auto-reload?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Judging from the documentation, and then the code, it is not very clear what the difference should be between load and install:
why are things configured in two different ways? shouldn't kmod::load reuse kmod::install to configure auto-reload?