summaryrefslogtreecommitdiff
path: root/morphlib/exts/virtualbox-ssh.write.help
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts/virtualbox-ssh.write.help')
-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.