When choosing to load modules at boot time, an admin is required to edit /etc/rc.sysinit instead of a more suitable file such as /etc/sysconfig/modules. The sheer complexity of rc.sysinit is high enough that this file should never be edited, yet this is the most appropriate place to indicate which modules to load at boot time under the current structure.
In /etc/rc.sysinit: # Load modules (for backward compatibility with VARs) if [ -f /etc/rc.modules ]; then /etc/rc.modules fi