summaryrefslogtreecommitdiff
path: root/morphlib/exts
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-01 13:43:44 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-01 13:43:44 +0000
commit3a3b4f7a31457fa9afd5d47d11d20c5ed4b79683 (patch)
treed60af73ca591dbcd688b0b566ab50f54797b9902 /morphlib/exts
parent1aa3d42435bad2fac2fa18726abfa2cc7b3d822e (diff)
downloadmorph-3a3b4f7a31457fa9afd5d47d11d20c5ed4b79683.tar.gz
Action review comments
- Document different ways of calling parameters - Allowed values for boolean parameters
Diffstat (limited to 'morphlib/exts')
-rw-r--r--morphlib/exts/virtualbox-ssh.write.help11
1 files changed, 5 insertions, 6 deletions
diff --git a/morphlib/exts/virtualbox-ssh.write.help b/morphlib/exts/virtualbox-ssh.write.help
index 95b2e247..a19d8fb2 100644
--- a/morphlib/exts/virtualbox-ssh.write.help
+++ b/morphlib/exts/virtualbox-ssh.write.help
@@ -41,13 +41,12 @@ 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.
- * VAGRANT=<VALUE> - allowed values are `yes` and `no` (default). If the
- value is 'yes', then networking is configured so that the VM will work
- with Vagrant. Otherwise networking is configured to run directly in
- VirtualBox.
+ * VAGRANT=<VALUE> - boolean. If it is set, then networking is configured
+ so that the VM will work with Vagrant. Otherwise networking is configured
+ to run directly in VirtualBox.
* HOST_IPADDR=<ip_address> - the IP address of the VM host.