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:18:04 +0100 |
commit | 1438228d3b54dfdcf8c36154c927c80fcecf688e (patch) | |
tree | 7c92e64ee52b7975a9abea250e2a0093113ea5aa /meta/recipes-devtools/devel-config | |
parent | 1076910ac3cd55a3f87b5ca7a1db1e38c623480a (diff) | |
download | openembedded-core-1438228d3b54dfdcf8c36154c927c80fcecf688e.tar.gz openembedded-core-1438228d3b54dfdcf8c36154c927c80fcecf688e.tar.bz2 openembedded-core-1438228d3b54dfdcf8c36154c927c80fcecf688e.zip |
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')
-rw-r--r-- | meta/recipes-devtools/devel-config/nfs-export-root.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/devel-config/nfs-export-root/exports | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb index 41259acfb3..fff60ca9e2 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root.bb +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb @@ -3,6 +3,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PR = "r1" + SRC_URI = "file://exports" S = "${WORKDIR}" 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) |