From 663cce5aaa110ed5c9380f35df073f3819d7373a Mon Sep 17 00:00:00 2001 From: Steven Merrill Date: Tue, 2 Jul 2013 23:56:56 -0400 Subject: [PATCH] Remove confusing duplicate references. --- website/source/docs/builders/virtualbox.html.markdown | 6 ++---- website/source/docs/builders/vmware.html.markdown | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/virtualbox.html.markdown b/website/source/docs/builders/virtualbox.html.markdown index 723bd7cca..506609ee3 100644 --- a/website/source/docs/builders/virtualbox.html.markdown +++ b/website/source/docs/builders/virtualbox.html.markdown @@ -82,12 +82,10 @@ Optional: how to optimize the virtual hardware to work best with that operating system. -* `headless` (bool) - Packer defaults to building VMware and VirtualBox +* `headless` (bool) - Packer defaults to building VirtualBox virtual machines by launching a GUI that shows the console of the machine being built. When this value is set to true, the machine will - start without a console. For VMware machines, Packer will output VNC - connection information in case you need to connect to the console to - debug the build process. + start without a console. * `http_directory` (string) - Path to a directory to serve using an HTTP server. The files in this directory will be available over HTTP that will diff --git a/website/source/docs/builders/vmware.html.markdown b/website/source/docs/builders/vmware.html.markdown index 9d6e13cd3..144338918 100644 --- a/website/source/docs/builders/vmware.html.markdown +++ b/website/source/docs/builders/vmware.html.markdown @@ -77,7 +77,7 @@ Optional: OS type, VMware may perform some optimizations or virtual hardware changes to better support the operating system running in the virtual machine. -* `headless` (bool) - Packer defaults to building VMware and VirtualBox +* `headless` (bool) - Packer defaults to building VMware virtual machines by launching a GUI that shows the console of the machine being built. When this value is set to true, the machine will start without a console. For VMware machines, Packer will output VNC