commit | 72c64c0791c7d5915e56104c8af575182d8ec98e | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Mon Aug 21 12:42:06 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 22 21:06:07 2017 +0000 |
tree | e4a4f27dae6b3f77766c90e3c6782caa57d985ef | |
parent | 6a7a7a0347401c2c77e2b4c23eca38976ac53403 [diff] |
Default PowerRestorePolicy to always off Most commercial systems default to "off unless told otherwise". This commit makes this the default for phosphor systems. Resolves openbmc/openbmc#2186 Change-Id: Iafc6bf2556f24d1503de7db4d8db4e278b433ed4 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml index cc9892c..a3c17b4 100644 --- a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml +++ b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml
@@ -38,7 +38,7 @@ Interface: xyz.openbmc_project.Control.Power.RestorePolicy Properties: PowerRestorePolicy: - Default: RestorePolicy::Policy::Restore + Default: RestorePolicy::Policy::AlwaysOff /xyz/openbmc_project/time/owner: Interface: xyz.openbmc_project.Time.Owner