diff options
author | Adriana Kobylak <anoo@us.ibm.com> | 2016-08-18 09:59:37 -0500 |
---|---|---|
committer | Adriana Kobylak <anoo@us.ibm.com> | 2016-08-19 08:26:59 -0500 |
commit | 5051c6836a0880b001aa3fcf5539987b7aedd536 (patch) | |
tree | 86d4ff733a2e823984989afb549b5711295046b5 /meta-phosphor/common | |
parent | 086b3fc3df6c4c7e663700134b223e224ada85ff (diff) | |
download | talos-openbmc-1.0.5.tar.gz talos-openbmc-1.0.5.zip |
whitelist: Add obmc cache and obmc settingsv1.0.5
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: I1e1adb1b39a499a6c50e34171a964ee8c884f6c9
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist | 3 |
1 files changed, 2 insertions, 1 deletions
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 c35a552c7..6b1297dcb 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 |