Blame SOURCES/0457-nfs-install-more-kernel-modules.patch

712866
From 8c67fb91232d52d15effce75eb564d26b0a1e994 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Fri, 19 Aug 2016 15:56:47 +0200
712866
Subject: [PATCH] nfs: install more kernel modules
712866
712866
adds support for rpcrdma to support NFSROOT over NFSoRDMA
712866
712866
https://bugzilla.redhat.com/show_bug.cgi?id=1367374
712866
---
712866
 modules.d/95nfs/module-setup.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/95nfs/module-setup.sh b/modules.d/95nfs/module-setup.sh
5c6c2a
index de5a754a..dc2e7221 100755
712866
--- a/modules.d/95nfs/module-setup.sh
712866
+++ b/modules.d/95nfs/module-setup.sh
712866
@@ -25,7 +25,7 @@ depends() {
712866
 }
712866
 
712866
 installkernel() {
712866
-    hostonly='' instmods nfs sunrpc ipv6 nfsv2 nfsv3 nfsv4 nfs_acl nfs_layout_nfsv41_files
712866
+    hostonly='' instmods =net/sunrpc =fs/nfs ipv6 nfs_acl nfs_layout_nfsv41_files
712866
 }
712866
 
712866
 install() {