From 62f7812b932d0441dace5b8070d1ac198ed8d5bc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 30 Dec 2016 10:20:28 -0800 Subject: ref-manual: New VOLATILE_LOG_DIR variable description Fixes [YOCTO #6132] No mention of how to make the target directory /var/log persistent. I added a note to the "post-install-logging" image feature that points to the new VOLATILE_LOG_DIR variable description, which I added to the glossary. (From yocto-docs rev: 5d2bdf49e569e44d02602501d72418f04dbe6e4a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a696ee4e66..6e15e65f54 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -37,7 +37,7 @@ S T U - + V W X @@ -15544,8 +15544,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - - + V + + VOLATILE_LOG_DIR + + VOLATILE_LOG_DIR[doc] = "Specifies the persistence of the target's /var/log directory, which is used to house postinstall target log files." + + + + + Specifies the persistence of the target's + /var/log directory, which is used to + house postinstall target log files. + + + + By default, VOLATILE_LOG_DIR is set + to "yes", which means the file is not persistent. + You can override this setting by setting the + variable to "no" to make the log directory persistent. + + + + + W -- cgit v1.2.3-54-g00ecf