From 37ca9dae1b891d73f891448d32fbbd8d7120850c Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Fri, 12 Dec 2014 11:26:58 +0000 Subject: Document DTB_PATH write extension parameter --- kvm.write.help | 6 +++++- rawdisk.write.help | 5 +++++ virtualbox-ssh.write.help | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) 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=` - 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/rawdisk.write.help b/rawdisk.write.help index 81f35024..fe47c890 100644 --- a/rawdisk.write.help +++ b/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/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= - boolean. If it is set, the VM will be started when it has been deployed. -- cgit v1.2.1