From 57f00dfc4945a8a37e10e3eaba23660a03f2b480 Mon Sep 17 00:00:00 2001 From: Ali Rizvi-Santiago Date: Sat, 17 Nov 2018 05:28:02 -0600 Subject: [PATCH] Added docs for the parallels builder to describe the cpu_count, memory_size, sound, and usb options. --- .../source/docs/builders/parallels-iso.html.md.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/source/docs/builders/parallels-iso.html.md.erb b/website/source/docs/builders/parallels-iso.html.md.erb index 5e1b19da4..afb086b1a 100644 --- a/website/source/docs/builders/parallels-iso.html.md.erb +++ b/website/source/docs/builders/parallels-iso.html.md.erb @@ -102,6 +102,9 @@ builder. five seconds and one minute 30 seconds, respectively. If this isn't specified, the default is 10 seconds. +- `cpu_count` (number) - The number of cpus to use for building the VM. + Defaults to building with just one. + - `disk_size` (number) - The size, in megabytes, of the hard disk to create for the VM. By default, this is 40000 (about 40 GB). @@ -173,6 +176,9 @@ builder. URLs must point to the same file (same checksum). By default this is empty and `iso_url` is used. Only one of `iso_url` or `iso_urls` can be specified. +- `memory_size` (number) - The amount of memory to use for building the VM in + megabytes. Defaults to `512` megabytes. + - `output_directory` (string) - This is the path to the directory where the resulting virtual machine will be created. This may be relative or absolute. If relative, the path is relative to the working directory when `packer` @@ -220,6 +226,9 @@ builder. machine once all the provisioning is done. By default this is an empty string, which tells Packer to just forcefully shut down the machine. +- `sound` (boolean) - Specifies whether to enable the sound device when + building the VM. Defaults to `false`. + - `shutdown_timeout` (string) - The amount of time to wait after executing the `shutdown_command` for the virtual machine to actually shut down. If it doesn't shut down in this time, it is an error. By default, the timeout is @@ -231,6 +240,9 @@ builder. the resulting disk image. If you find this to be the case, you can disable compaction using this configuration value. +- `usb` (boolean) - Specifies whether to enable the USB bus when building + the VM. Defaults to `false`. + - `vm_name` (string) - This is the name of the PVM directory for the new virtual machine, without the file extension. By default this is "packer-BUILDNAME", where "BUILDNAME" is the name of the build.