aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/devel-config/nfs-export-root
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-10-07 18:07:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-08 09:18:04 +0100
commit1438228d3b54dfdcf8c36154c927c80fcecf688e (patch)
tree7c92e64ee52b7975a9abea250e2a0093113ea5aa /meta/recipes-devtools/devel-config/nfs-export-root
parent1076910ac3cd55a3f87b5ca7a1db1e38c623480a (diff)
downloadopenembedded-core-contrib-1438228d3b54dfdcf8c36154c927c80fcecf688e.tar.gz
nfs-export-root: add explict no_subtree-check to suppress warning
exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/". Assuming default behaviour ('no_subtree_check'). NOTE: this default has changed since nfs-utils version 1.0.x Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/devel-config/nfs-export-root')
-rw-r--r--meta/recipes-devtools/devel-config/nfs-export-root/exports2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root/exports b/meta/recipes-devtools/devel-config/nfs-export-root/exports
index b7257aa008..1353c5ad82 100644
--- a/meta/recipes-devtools/devel-config/nfs-export-root/exports
+++ b/meta/recipes-devtools/devel-config/nfs-export-root/exports
@@ -1 +1 @@
-/ *(rw,no_root_squash,async)
+/ *(rw,no_root_squash,async,no_subtree_check)