]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
nfs: install more kernel modules
authorHarald Hoyer <harald@redhat.com>
Fri, 19 Aug 2016 13:56:47 +0000 (15:56 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 19 Aug 2016 13:56:47 +0000 (15:56 +0200)
adds support for rpcrdma to support NFSROOT over NFSoRDMA

https://bugzilla.redhat.com/show_bug.cgi?id=1367374

modules.d/95nfs/module-setup.sh

index de5a754aabe563736174fc9e74a7fe992f05e257..dc2e72218e370394f8c15d0e19f33f9fb0f94f70 100755 (executable)
@@ -25,7 +25,7 @@ depends() {
 }
 
 installkernel() {
-    hostonly='' instmods nfs sunrpc ipv6 nfsv2 nfsv3 nfsv4 nfs_acl nfs_layout_nfsv41_files
+    hostonly='' instmods =net/sunrpc =fs/nfs ipv6 nfs_acl nfs_layout_nfsv41_files
 }
 
 install() {