How to add module permanently?
vi /etc/modules-load.d/modules.conf
--name of modules
[root@localhost ~]# cat /etc/modules-load.d/modules.conf
msdos
sctp
systemctl restart systemd-modules-load.service
systemctl enable systemd-modules-load.service
check:
lsmod | grep -i msdos
lsmod | grep -i sctp
Žiadne komentáre:
Zverejnenie komentára