From: Harald Hoyer Date: Fri, 22 Jul 2016 06:30:36 +0000 (+0200) Subject: nfs: install all nfs modules non-hostonly X-Git-Tag: 045~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88f9d6140da2667b58ddde082ede0f99aead2078;p=thirdparty%2Fdracut.git nfs: install all nfs modules non-hostonly If nfs is used, we should include all nfs modules, in the case, where $host_fs_types contains nfs. (cherry picked from commit b077d18963436f6771e7ce3c486bcb2ae80165db) --- diff --git a/modules.d/95nfs/module-setup.sh b/modules.d/95nfs/module-setup.sh index 9767e5758..0f87761f9 100755 --- a/modules.d/95nfs/module-setup.sh +++ b/modules.d/95nfs/module-setup.sh @@ -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() {