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.
Harald Hoyer 2016-07-22 08:30:36 +02:00
parent 2f42cfcbeb
commit b077d18963
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ depends() {
} }


installkernel() { 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() { install() {