summaryrefslogtreecommitdiff
path: root/virtualbox-ssh.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
commit8e5391434ab9be2151af4d315a51716edbdaa6c9 (patch)
tree075d1f1188c619cab8d44623c8a478612bf2559b /virtualbox-ssh.write.help
parent68faa04ee19c5537bd911ff168c779fd88944d49 (diff)
downloaddefinitions-8e5391434ab9be2151af4d315a51716edbdaa6c9.tar.gz
Document DTB_PATH write extension parameter
Diffstat (limited to 'virtualbox-ssh.write.help')
-rw-r--r--virtualbox-ssh.write.help5
1 files changed, 5 insertions, 0 deletions
diff --git a/virtualbox-ssh.write.help b/virtualbox-ssh.write.help
index b4c59553..7131f8b8 100644
--- a/virtualbox-ssh.write.help
+++ b/virtualbox-ssh.write.help
@@ -41,6 +41,11 @@ help: |
* INITRAMFS_PATH=path: the location of an initramfs for the bootloader to
tell Linux to use, rather than booting the rootfs directly.
+ * 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.
+
* AUTOSTART=<VALUE> - boolean. If it is set, the VM will be started when
it has been deployed.