]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
nfs: install all nfs modules non-hostonly
authorHarald Hoyer <harald@redhat.com>
Fri, 22 Jul 2016 06:30:36 +0000 (08:30 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 18 Aug 2016 10:00:43 +0000 (12:00 +0200)
If nfs is used, we should include all nfs modules, in the case, where
$host_fs_types contains nfs.

(cherry picked from commit b077d18963436f6771e7ce3c486bcb2ae80165db)

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

index 9767e5758ac67ded9c4c1a341943434f00120965..0f87761f9fa30502e02c8ea20cef8caf80241876 100755 (executable)
@@ -25,7 +25,7 @@ depends() {
 
 # called by dracut
 installkernel() {
-    instmods =net/sunrpc =fs/nfs ipv6 nfs_acl nfs_layout_nfsv41_files
+    hostonly='' instmods =net/sunrpc =fs/nfs ipv6 nfs_acl nfs_layout_nfsv41_files
 }
 
 cmdline() {