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?
..
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?
..