Blame 0109-nfs-install-all-nfs-modules-non-hostonly.patch

Harald Hoyer 414eba
From 88f9d6140da2667b58ddde082ede0f99aead2078 Mon Sep 17 00:00:00 2001
Harald Hoyer 414eba
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 414eba
Date: Fri, 22 Jul 2016 08:30:36 +0200
Harald Hoyer 414eba
Subject: [PATCH] nfs: install all nfs modules non-hostonly
Harald Hoyer 414eba
Harald Hoyer 414eba
If nfs is used, we should include all nfs modules, in the case, where
Harald Hoyer 414eba
$host_fs_types contains nfs.
Harald Hoyer 414eba
Harald Hoyer 414eba
(cherry picked from commit b077d18963436f6771e7ce3c486bcb2ae80165db)
Harald Hoyer 414eba
---
Harald Hoyer 414eba
 modules.d/95nfs/module-setup.sh | 2 +-
Harald Hoyer 414eba
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 414eba
Harald Hoyer 414eba
diff --git a/modules.d/95nfs/module-setup.sh b/modules.d/95nfs/module-setup.sh
Harald Hoyer 414eba
index 9767e57..0f87761 100755
Harald Hoyer 414eba
--- a/modules.d/95nfs/module-setup.sh
Harald Hoyer 414eba
+++ b/modules.d/95nfs/module-setup.sh
Harald Hoyer 414eba
@@ -25,7 +25,7 @@ depends() {
Harald Hoyer 414eba
 
Harald Hoyer 414eba
 # called by dracut
Harald Hoyer 414eba
 installkernel() {
Harald Hoyer 414eba
-    instmods =net/sunrpc =fs/nfs ipv6 nfs_acl nfs_layout_nfsv41_files
Harald Hoyer 414eba
+    hostonly='' instmods =net/sunrpc =fs/nfs ipv6 nfs_acl nfs_layout_nfsv41_files
Harald Hoyer 414eba
 }
Harald Hoyer 414eba
 
Harald Hoyer 414eba
 cmdline() {