Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
34 |
- |
1 |
# WARNING! - This file is overwritten any time the libmlx4 rpm package is
|
|
|
2 |
# updated. Please do not make any changes to this file. Instead, make
|
|
|
3 |
# changes to the mlx4.conf file. It's contents are preserved if they
|
|
|
4 |
# have been changed from the default values.
|
|
|
5 |
install mlx4_core /sbin/modprobe --ignore-install mlx4_core $CMDLINE_OPTS && (if [ -f /usr/libexec/mlx4-setup.sh -a -f /etc/rdma/mlx4.conf ]; then /usr/libexec/mlx4-setup.sh < /etc/rdma/mlx4.conf; fi; /sbin/modprobe mlx4_en; /sbin/modprobe mlx4_ib)
|