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 b077d18963)
master
Harald Hoyer 2016-07-22 08:30:36 +02:00
parent 740c46c022
commit 88f9d6140d
1 changed files with 1 additions and 1 deletions

View File

@ -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() {