summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorVivekanand Veeracholan <vveerach@google.com>2024-05-30 01:38:19 +0300
committerVivekanand Veeracholan <vveerach@google.com>2024-05-30 01:41:25 +0300
commitb3164a1c8d5ebbd6c2d73a96115e2426d39d3e88 (patch)
tree8f5dc2fe790b0ae24cb48d4ec2b2c42d44ccf68d /meta-google
parentc678673d13a9d979b6fec1f733501ae017b0013e (diff)
downloadopenbmc-b3164a1c8d5ebbd6c2d73a96115e2426d39d3e88.tar.xz
meta-google: Set VOLATILE_LOG_DIR to yes
The previous default behavior of /var/log directory being volatile is removed in https://gerrit.openbmc.org/c/openbmc/openbmc/+/69959. Set this to old behavior for Google machines. Change-Id: I19b321ae5112434db68252d9bc40d646292fd970 Signed-off-by: Vivekanand Veeracholan <vveerach@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/conf/distro/gbmc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index 1311aa7529..89efcdc452 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -46,3 +46,6 @@ PACKAGECONFIG:remove:pn-nftables = "python"
# Do not configure TPM layer
SKIP_META_TPM_SANITY_CHECK = "1"
+
+# Set /var/log directory to be volatile
+VOLATILE_LOG_DIR = "yes"