We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d6991 commit c40ff46Copy full SHA for c40ff46
kernel-boot/dracut/50rdma/module-setup.sh
@@ -3,7 +3,7 @@
3
check() {
4
[ -n "$hostonly" ] && [ -e /sys/class/infiniband_verbs/uverbs0 ] && return 0
5
[ -n "$hostonly" ] && return 255
6
- return 0
+ return 255
7
}
8
9
depends() {
0 commit comments