commit | a643f743c0c7cdefd2afea9a89b2c41bf51d57af | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Aug 18 12:11:01 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 29 16:47:48 2016 +0000 |
tree | cf40c15fe7d204ae66cf12f57aa0ce34b6b74a97 | |
parent | f1cc98c91f06c57d39785bed8268a75a43999430 [diff] |
whitelist: Add obmc cache and obmc settings During BMC FW update, preserve the following directories: /var/cache/obmc/ - Holds the inventory data /var/lib/obmc/ - Holds the settings properties The whiltelist is recursive, specifying /var/lib/obmc/ will still preserve the event log directory /var/lib/obmc/events/, so it can be removed. Change-Id: Idef960016ed5601d09459fc287f0f4e17df93718 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist index c35a552..6b1297d 100644 --- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist +++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist
@@ -6,4 +6,5 @@ /etc/group /etc/shadow /etc/gshadow -/var/lib/obmc/events +/var/cache/obmc +/var/lib/obmc