summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-06-07 16:29:42 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-06-08 20:20:48 +0000
commita6ea0d09215f503046ef31184e6221326fd3140e (patch)
tree08c568d75b40c4001b695a4382268cdedc697249
parenta398884d3bfc6662ab4f3bf4577407a8dc06e52e (diff)
downloadopenbmc-docs-a6ea0d09215f503046ef31184e6221326fd3140e.tar.gz
openbmc-docs-a6ea0d09215f503046ef31184e6221326fd3140e.zip
Add links to boot interfaces
In host-management.md, added links to BootSource and BootMode interfaces. Users could use these to find possible values. Resolves openbmc/openbmc#529 Change-Id: Ie1e55b891f49baa16280aa8f63304d3072e19c4e Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--host-management.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/host-management.md b/host-management.md
index 2be41e3..90788aa 100644
--- a/host-management.md
+++ b/host-management.md
@@ -171,7 +171,10 @@ Host Boot Options
-----------------
With OpenBMC, the Host boot options are stored as D-Bus properties under the
-`control/host0/boot` path. Properties include `BootMode` and `BootSource`.
+`control/host0/boot` path. Properties include
+[`BootMode`](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Control/Boot/Mode.interface.yaml)
+and
+[`BootSource`](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Control/Boot/Source.interface.yaml).
Host State Control
OpenPOWER on IntegriCloud