summaryrefslogtreecommitdiffstats
path: root/settings.yaml
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2016-01-29 17:42:22 -0600
committerChris Austen <austenc@us.ibm.com>2016-01-29 17:42:22 -0600
commitac98696b6e204102d37721906ebb25b5718aa6cb (patch)
tree7241f12e903cce08c35c56a89d378e5514dd53c6 /settings.yaml
parent1626a9d9cafe544ff4de93673498de1e8433068e (diff)
downloadphosphor-settingsd-ac98696b6e204102d37721906ebb25b5718aa6cb.tar.gz
phosphor-settingsd-ac98696b6e204102d37721906ebb25b5718aa6cb.zip
Change default for boot parms to be human readable
The REST interface is not a reflection of IPMI. It is its own design. The 0's as the default was because that is what the you could think of as the IPMI bytes indicating default. The OpenBMC REST interface should not have a direct relationship with IPMI. That is a general tenent
Diffstat (limited to 'settings.yaml')
-rw-r--r--settings.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.yaml b/settings.yaml
index a8cecb6..01e7828 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -11,7 +11,7 @@ host:
bootflags:
name: boot_flags
type: s
- default: "0000000000"
+ default: "default"
sysstate:
name: system_state
type: s
OpenPOWER on IntegriCloud