summaryrefslogtreecommitdiff
path: root/kvm.write.help
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-12 11:26:58 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-15 09:16:11 +0000
commit37ca9dae1b891d73f891448d32fbbd8d7120850c (patch)
tree075d1f1188c619cab8d44623c8a478612bf2559b /kvm.write.help
parentdc4deacf9244c5f97693c1b5953c12e811843281 (diff)
downloaddefinitions-37ca9dae1b891d73f891448d32fbbd8d7120850c.tar.gz
Document DTB_PATH write extension parameter
Diffstat (limited to 'kvm.write.help')
-rw-r--r--kvm.write.help6
1 files changed, 5 insertions, 1 deletions
diff --git a/kvm.write.help b/kvm.write.help
index 26a54d9c..6df6c53c 100644
--- a/kvm.write.help
+++ b/kvm.write.help
@@ -42,6 +42,10 @@ help: |
* AUTOSTART=<VALUE>` - boolean. If it is set, the VM will be started when
it has been deployed.
+ * DTB_PATH=path: **(MANDATORY)** for systems that require a device tree
+ binary - Give the full path (without a leading /) to the location of the
+ DTB in the built system image . The deployment will fail if `path` does
+ not exist.
+
(See `morph help deploy` for details of how to pass parameters to write
extensions)
-