commit | 32429c4a0978ac19add2fe357d6760f6d2950a8d | [log] [tgz] |
---|---|---|
author | Milton D. Miller II <miltonm@us.ibm.com> | Mon Feb 29 11:22:06 2016 -0600 |
committer | Milton D. Miller II <miltonm@us.ibm.com> | Thu Mar 03 14:46:59 2016 -0600 |
tree | d82f37381a9affb870f21121a21b03888b9e79c0 | |
parent | 648f0a8c51e2edfa86a7e0b7937037d70b3e4257 [diff] |
shutdown: request saved files be cleaned We don't need to hold saved files for a future restore. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-shutdown.sh b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-shutdown.sh index 7d79cf0..8d5d0c9 100644 --- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-shutdown.sh +++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-shutdown.sh
@@ -43,7 +43,7 @@ then if test -x $update then - $update + $update --clean-saved-files else echo 1>&2 "Flash update requested but $update program missing!" fi