summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-01 13:52:10 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-01 14:53:38 +0000
commit5d19be62bfd39f834ce6b2af020b41c6365e73af (patch)
treed6c90fdda0f034efac0996d9d413f877fee69b50
parente1d759e58c9feb4069cf18c430f5e410733d1d9f (diff)
downloaddefinitions-5d19be62bfd39f834ce6b2af020b41c6365e73af.tar.gz
Merge branch 'pf-document-extensions'
Reviewed-by: Richard Maw
-rw-r--r--kvm.write.help11
-rw-r--r--virtualbox-ssh.write.help2
2 files changed, 10 insertions, 3 deletions
diff --git a/kvm.write.help b/kvm.write.help
index a9b63303..db2c0d97 100644
--- a/kvm.write.help
+++ b/kvm.write.help
@@ -1,6 +1,8 @@
help: |
- Create a KVM/LibVirt virtual machine during Morph's deployment.
+ Deploy a Baserock system as a *new* KVM/LibVirt virtual machine.
+
+ Use the `ssh-rsync` write extension to deploy upgrades to an *existing* VM
Parameters:
@@ -37,5 +39,8 @@ help: |
* INITRAMFS_PATH=path: the location of an initramfs for the bootloader to
tell Linux to use, rather than booting the rootfs directly.
- * AUTOSTART=<VALUE>` - allowed values are `yes` and `no` (default). If the
- value is 'yes', the VM will be started when it has been deployed
+ * AUTOSTART=<VALUE>` - boolean. If it is set, the VM will be started when
+ it has been deployed.
+
+ (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 a19d8fb2..ad2a83eb 100644
--- a/virtualbox-ssh.write.help
+++ b/virtualbox-ssh.write.help
@@ -82,3 +82,5 @@ help: |
See Chapter 6 of the VirtualBox User Manual for more information about
virtual networking (https://www.virtualbox.org/manual/ch06.html)
+
+ (See `morph help deploy` for details of how to pass parameters to write extensions)