User Tools

Site Tools


modules_centos7

This is an old revision of the document!


Persistent modules loading in CentOS 7

  • Create a file in /etc/sysconfig/modules and call it with the extension .modules
  • Make it executable
/etc/sysconfig/modules/ipmi.modules
#!/bin/sh

if [ ! -c /dev/ipmi0 ] ; then
  exec /sbin/modprobe ipmi_si >/dev/null 2>&1
fi
modules_centos7.1435334207.txt.gz · Last modified: by herwarth