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.
parent
2f42cfcbeb
commit
b077d18963
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue