Load kernel module at boot up on CentOS

From HostThyself

Jump to: navigation, search

To auto load required module on system startup in CentOS 5

echo modprobe foo >> /etc/rc.modules 
chmod +x /etc/rc.modules

see also Load kernel module at boot up on Debian

[edit] Reference

Personal tools