Sometimes, you want to load modules on boot. Thankfully, the operating system is now using a very flexible way to to enable module loading on boot without too much parse then edit. This section guides you on how to load modules on boot.
You first need to create a .conf
file and then place it into /etc/modules-load.d
. This is to load module so you can only include the module name or alias created in /etc/modprobe.d
. Here is an example:
# This is a comment
aliasMod1
moduleName
Once done, reboot and check out the module loading.