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>
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 @@
-----------------
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