Remove confusing duplicate references.

This commit is contained in:
Steven Merrill 2013-07-02 23:56:56 -04:00
parent 90294f3ee6
commit 0fff9887f7
2 changed files with 3 additions and 5 deletions

View File

@ -82,12 +82,10 @@ Optional:
how to optimize the virtual hardware to work best with that operating how to optimize the virtual hardware to work best with that operating
system. 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 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 machine being built. When this value is set to true, the machine will
start without a console. For VMware machines, Packer will output VNC start without a console.
connection information in case you need to connect to the console to
debug the build process.
* `http_directory` (string) - Path to a directory to serve using an HTTP * `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 server. The files in this directory will be available over HTTP that will

View File

@ -77,7 +77,7 @@ Optional:
OS type, VMware may perform some optimizations or virtual hardware changes OS type, VMware may perform some optimizations or virtual hardware changes
to better support the operating system running in the virtual machine. 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 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 machine being built. When this value is set to true, the machine will
start without a console. For VMware machines, Packer will output VNC start without a console. For VMware machines, Packer will output VNC