On 07/06/2010 11:54 AM, Jerry Geis wrote:
I download the RHEL 6b2 and noticed the modprobe.conf was no longer present.
I used modprobe.conf to place "options" for ethernet drivers like which order to install the drivers. e1000e before forcedeth - things like that. Anyway - seems like that file is no longer present.
what is the "future" way to handle driver options?
Thanks
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Create a new file in /etc/modprobe.d, with the options you normally put in /etc/modprobe.conf. Any file in that directory is loaded just as /etc/modprobe.conf was.
Emmett