File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
kernel-boot/dracut/50rdma Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ depends() {
12
12
}
13
13
14
14
install () {
15
- inst /etc/rdma/mlx4.conf
16
- inst /etc/rdma/modules/infiniband.conf
17
- inst /etc/rdma/modules/iwarp.conf
18
- inst /etc/rdma/modules/opa.conf
19
- inst /etc/rdma/modules/rdma.conf
20
- inst /etc/rdma/modules/roce.conf
15
+ inst -H /etc/rdma/mlx4.conf
16
+ inst -H /etc/rdma/modules/infiniband.conf
17
+ inst -H /etc/rdma/modules/iwarp.conf
18
+ inst -H /etc/rdma/modules/opa.conf
19
+ inst -H /etc/rdma/modules/rdma.conf
20
+ inst -H /etc/rdma/modules/roce.conf
21
21
inst /usr/libexec/mlx4-setup.sh
22
22
inst_multiple lspci setpci awk sleep
23
23
inst_rules 60-rdma-persistent-naming.rules 70-persistent-ipoib.rules 75-rdma-description.rules 90-rdma-hw-modules.rules 90-rdma-ulp-modules.rules 90-rdma-umad.rules
You can’t perform that action at this time.
0 commit comments