website: update website with latest vm_name default changes
This commit is contained in:
parent
da225c0d06
commit
855e8aab85
|
@ -100,8 +100,9 @@ Optional:
|
||||||
* `output_directory` (string) - This is the path to the directory where the
|
* `output_directory` (string) - This is the path to the directory where the
|
||||||
resulting virtual machine will be created. This may be relative or absolute.
|
resulting virtual machine will be created. This may be relative or absolute.
|
||||||
If relative, the path is relative to the working directory when `packer`
|
If relative, the path is relative to the working directory when `packer`
|
||||||
is executed. By default this is "virtualbox". This directory must not exist
|
is executed. This directory must not exist or be empty prior to running the builder.
|
||||||
or be empty prior to running the builder.
|
By default this is "output-BUILDNAME" where "BUILDNAME" is the name
|
||||||
|
of the build.
|
||||||
|
|
||||||
* `shutdown_command` (string) - The command to use to gracefully shut down
|
* `shutdown_command` (string) - The command to use to gracefully shut down
|
||||||
the machine once all the provisioning is done. By default this is an empty
|
the machine once all the provisioning is done. By default this is an empty
|
||||||
|
@ -145,7 +146,8 @@ Optional:
|
||||||
the home directory.
|
the home directory.
|
||||||
|
|
||||||
* `vm_name` (string) - This is the name of the VMX file for the new virtual
|
* `vm_name` (string) - This is the name of the VMX file for the new virtual
|
||||||
machine, without the file extension. By default this is "packer".
|
machine, without the file extension. By default this is "packer-BUILDNAME",
|
||||||
|
where "BUILDNAME" is the name of the build.
|
||||||
|
|
||||||
## Boot Command
|
## Boot Command
|
||||||
|
|
||||||
|
|
|
@ -95,8 +95,9 @@ Optional:
|
||||||
* `output_directory` (string) - This is the path to the directory where the
|
* `output_directory` (string) - This is the path to the directory where the
|
||||||
resulting virtual machine will be created. This may be relative or absolute.
|
resulting virtual machine will be created. This may be relative or absolute.
|
||||||
If relative, the path is relative to the working directory when `packer`
|
If relative, the path is relative to the working directory when `packer`
|
||||||
is executed. By default this is "vmware". This directory must not exist
|
is executed. This directory must not exist or be empty prior to running the builder.
|
||||||
or be empty prior to running the builder.
|
By default this is "output-BUILDNAME" where "BUILDNAME" is the name
|
||||||
|
of the build.
|
||||||
|
|
||||||
* `shutdown_command` (string) - The command to use to gracefully shut down
|
* `shutdown_command` (string) - The command to use to gracefully shut down
|
||||||
the machine once all the provisioning is done. By default this is an empty
|
the machine once all the provisioning is done. By default this is an empty
|
||||||
|
@ -129,10 +130,11 @@ Optional:
|
||||||
`{{.Flavor}}.iso`.
|
`{{.Flavor}}.iso`.
|
||||||
|
|
||||||
* `vm_name` (string) - This is the name of the VMX file for the new virtual
|
* `vm_name` (string) - This is the name of the VMX file for the new virtual
|
||||||
machine, without the file extension. By default this is "packer".
|
machine, without the file extension. By default this is "packer-BUILDNAME",
|
||||||
|
where "BUILDNAME" is the name of the build.
|
||||||
|
|
||||||
* `vmdk_name` (string) - The filename of the virtual disk that'll be created,
|
* `vmdk_name` (string) - The filename of the virtual disk that'll be created,
|
||||||
without the extension. This defaults to "packer".
|
without the extension. This is a This defaults to "packer".
|
||||||
|
|
||||||
* `vmx_data` (object, string keys and string values) - Arbitrary key/values
|
* `vmx_data` (object, string keys and string values) - Arbitrary key/values
|
||||||
to enter into the virtual machine VMX file. This is for advanced users
|
to enter into the virtual machine VMX file. This is for advanced users
|
||||||
|
|
Loading…
Reference in New Issue