diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-10-07 18:07:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-08 09:23:56 +0100 |
commit | 5bb773c967ec77735e85e830b34a4fb3dfd9980e (patch) | |
tree | 886a8a7a063eb2c265e195896c95d0af384ad07c /meta/recipes-devtools/devel-config/nfs-export-root | |
parent | 85ea375a5f5623cb2e28bbe9e8269d07c1bf85d9 (diff) | |
download | poky-5bb773c967ec77735e85e830b34a4fb3dfd9980e.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
(From OE-Core rev: 1438228d3b54dfdcf8c36154c927c80fcecf688e)
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/exports | 2 |
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) | ||