Where to define manual modules to load after boot

mailinglists

Renowned Member
Mar 14, 2012
643
70
93
Because i need some modules in my LXC instances, I need to permanently load then into host.
I am at PM 5.*

Can I just list them in a newly created file /etc/modprobe.d/mymodules.conf like so:
module1 module2 ..
Or should I just list them in /etc/modules-load.d/modules.conf?
Or should I just make a new file in modules-load.d and list them there?
..
 
either add them to /etc/modules, or add them to a (new or existing) snippet in /etc/modules-load.d/ .
modprobe.d serves a different purpose (check its man page if you are curious ;))
 
  • Like
Reactions: mailinglists