]> 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>
Fri, 22 Jul 2016 06:30:36 +0000 (08:30 +0200)
If nfs is used, we should include all nfs modules, in the case, where
$host_fs_types contains nfs.

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

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