summaryrefslogtreecommitdiff
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
commit902019f72905db694feb97cdb4f027d1576d3933 (patch)
tree123c19d3ef8cd88e306780c54e1e5ff0a021f15f
parent1bed7a3732e7d6158613609a57fb1f77ec99de1e (diff)
downloadmorph-902019f72905db694feb97cdb4f027d1576d3933.tar.gz
Document DTB_PATH write extension parameter
-rw-r--r--morphlib/exts/kvm.write.help6
-rw-r--r--morphlib/exts/rawdisk.write.help5
-rw-r--r--morphlib/exts/virtualbox-ssh.write.help5
3 files changed, 15 insertions, 1 deletions
diff --git a/morphlib/exts/kvm.write.help b/morphlib/exts/kvm.write.help
index 26a54d9c..6df6c53c 100644
--- a/morphlib/exts/kvm.write.help
+++ b/morphlib/exts/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)
-
diff --git a/morphlib/exts/rawdisk.write.help b/morphlib/exts/rawdisk.write.help
index 81f35024..fe47c890 100644
--- a/morphlib/exts/rawdisk.write.help
+++ b/morphlib/exts/rawdisk.write.help
@@ -34,5 +34,10 @@ 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.
+
(See `morph help deploy` for details of how to pass parameters to write
extensions)
diff --git a/morphlib/exts/virtualbox-ssh.write.help b/morphlib/exts/virtualbox-ssh.write.help
index b4c59553..7131f8b8 100644
--- a/morphlib/exts/virtualbox-ssh.write.help
+++ b/morphlib/exts/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.