[CentOS] controlling module load order

James Pearson james-p at moving-picture.com
Fri Aug 31 12:10:30 UTC 2007


Jerry Geis wrote:
> Is there a method to control module load order?
> 
> I want to ensure that the e1000 module loads before the forcedeth driver.

The following might work in /etc/modprobe.conf:

install forcedeth /sbin/modprobe e1000; /sbin/modprobe --ignore-install 
forcedeth

James Pearson



More information about the CentOS mailing list