commit | b3164a1c8d5ebbd6c2d73a96115e2426d39d3e88 | [log] [tgz] |
---|---|---|
author | Vivekanand Veeracholan <vveerach@google.com> | Wed May 29 15:38:19 2024 -0700 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Wed May 29 22:41:25 2024 +0000 |
tree | 8f5dc2fe790b0ae24cb48d4ec2b2c42d44ccf68d | |
parent | c678673d13a9d979b6fec1f733501ae017b0013e [diff] |
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>
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf index 1311aa7..89efcdc 100644 --- a/meta-google/conf/distro/gbmc.conf +++ b/meta-google/conf/distro/gbmc.conf
@@ -46,3 +46,6 @@ # Do not configure TPM layer SKIP_META_TPM_SANITY_CHECK = "1" + +# Set /var/log directory to be volatile +VOLATILE_LOG_DIR = "yes"