[Users] Customizing node configuration
Gianluca Cecchi
gianluca.cecchi at gmail.com
Wed Oct 2 22:56:43 UTC 2013
On Thu, Oct 3, 2013 at 12:09 AM, Allen Belletti wrote:
> By adding this file to /config/files, I've been able to make it appear in
> /etc/modprobe.d at boot time. This has no effect. It appears to take place
> after the ixgbe driver has already been started. If I "rmmod ixgbe" and
> "modprobe ixgbe" manually, it works fine.
If I remember correctly the file /etc/rc.d/rc.local is
persisted/persistable, so if it's still true in the mean time you can
put as a workaround in it
modprobe -r ixgbe
modprobe ixgbe
HIH,
Gianluca
More information about the Users
mailing list