]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-export-root: add explict no_subtree-check to suppress warning
authorSaul Wold <sgw@linux.intel.com>
Mon, 8 Oct 2012 01:07:11 +0000 (18:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Oct 2012 08:18:04 +0000 (09:18 +0100)
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>
meta/recipes-devtools/devel-config/nfs-export-root.bb
meta/recipes-devtools/devel-config/nfs-export-root/exports

index 41259acfb3998742063b5ae222dc946f55f0a601..fff60ca9e22f556df15a11adeba99faa86d0e794 100644 (file)
@@ -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}"
index b7257aa0088afbfc6680cc9801442d9b02730dac..1353c5ad8233da01d323e5cdaa6e28d263095bf6 100644 (file)
@@ -1 +1 @@
-/ *(rw,no_root_squash,async)
+/ *(rw,no_root_squash,async,no_subtree_check)