summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/settings
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-08-21 12:42:06 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-22 21:06:07 +0000
commit72c64c0791c7d5915e56104c8af575182d8ec98e (patch)
treee4a4f27dae6b3f77766c90e3c6782caa57d985ef /meta-phosphor/common/recipes-phosphor/settings
parent6a7a7a0347401c2c77e2b4c23eca38976ac53403 (diff)
downloadtalos-openbmc-72c64c0791c7d5915e56104c8af575182d8ec98e.tar.gz
talos-openbmc-72c64c0791c7d5915e56104c8af575182d8ec98e.zip
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>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/settings')
-rw-r--r--meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml2
1 files changed, 1 insertions, 1 deletions
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 cc9892cb1..a3c17b405 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
OpenPOWER on IntegriCloud