diff --git a/website/source/docs/builders/parallels-iso.html.markdown b/website/source/docs/builders/parallels-iso.html.markdown index e0b1083be..ed7ebd86c 100644 --- a/website/source/docs/builders/parallels-iso.html.markdown +++ b/website/source/docs/builders/parallels-iso.html.markdown @@ -148,17 +148,19 @@ each category, the available options are alphabetized and described. By default this is "output-BUILDNAME" where "BUILDNAME" is the name of the build. -* `parallels_tools_guest_path` (string) - The path in the VM to upload Parallels - Tools. This only takes effect if `parallels_tools_mode` is not "disable". +* `parallels_tools_guest_path` (string) - The path in the virtual machine to upload + Parallels Tools. This only takes effect if `parallels_tools_mode` is "upload". This is a [configuration template](/docs/templates/configuration-templates.html) that has a single valid variable: `Flavor`, which will be the value of - `parallels_tools_flavor`. By default the upload path is set to - `prl-tools-{{.Flavor}}.iso`. - -* `parallels_tools_mode` (string) - The method by which Parallels Tools are - made available to the guest for installation. Valid options are "upload", - "attach", or "disable". The functions of each of these should be - self-explanatory. The default value is "upload". + `parallels_tools_flavor`. By default this is "prl-tools-{{.Flavor}}.iso" which + should upload into the login directory of the user. + +* `parallels_tools_mode` (string) - The method by which Parallels Tools are made + available to the guest for installation. Valid options are "upload", "attach", + or "disable". If the mode is "attach" the Parallels Tools ISO will be attached + as a CD device to the virtual machine. If the mode is "upload" the Parallels + Tools ISO will be uploaded to the path specified by + `parallels_tools_guest_path`. The default value is "upload". * `prlctl` (array of array of strings) - Custom `prlctl` commands to execute in order to further customize the virtual machine being created. The value of diff --git a/website/source/docs/builders/parallels-pvm.html.markdown b/website/source/docs/builders/parallels-pvm.html.markdown index 9243d1f10..355e325c5 100644 --- a/website/source/docs/builders/parallels-pvm.html.markdown +++ b/website/source/docs/builders/parallels-pvm.html.markdown @@ -91,17 +91,19 @@ each category, the available options are alphabetized and described. By default this is "output-BUILDNAME" where "BUILDNAME" is the name of the build. -* `parallels_tools_guest_path` (string) - The path in the VM to upload Parallels - Tools. This only takes effect if `parallels_tools_mode` is not "disable". +* `parallels_tools_guest_path` (string) - The path in the VM to upload + Parallels Tools. This only takes effect if `parallels_tools_mode` is "upload". This is a [configuration template](/docs/templates/configuration-templates.html) that has a single valid variable: `Flavor`, which will be the value of - `parallels_tools_flavor`. By default the upload path is set to - `prl-tools-{{.Flavor}}.iso`. - -* `parallels_tools_mode` (string) - The method by which Parallels Tools are - made available to the guest for installation. Valid options are "upload", - "attach", or "disable". The functions of each of these should be - self-explanatory. The default value is "upload". + `parallels_tools_flavor`. By default this is "prl-tools-{{.Flavor}}.iso" which + should upload into the login directory of the user. + +* `parallels_tools_mode` (string) - The method by which Parallels Tools are made + available to the guest for installation. Valid options are "upload", "attach", + or "disable". If the mode is "attach" the Parallels Tools ISO will be attached + as a CD device to the virtual machine. If the mode is "upload" the Parallels + Tools ISO will be uploaded to the path specified by + `parallels_tools_guest_path`. The default value is "upload". * `prlctl` (array of array of strings) - Custom `prlctl` commands to execute in order to further customize the virtual machine being created. The value of diff --git a/website/source/docs/builders/virtualbox-iso.html.markdown b/website/source/docs/builders/virtualbox-iso.html.markdown index 020222beb..1a856b56d 100644 --- a/website/source/docs/builders/virtualbox-iso.html.markdown +++ b/website/source/docs/builders/virtualbox-iso.html.markdown @@ -106,9 +106,12 @@ each category, the available options are alphabetized and described. * `guest_additions_mode` (string) - The method by which guest additions are made available to the guest for installation. Valid options are - "upload", "attach", or "disable". The functions of each of these should be - self-explanatory. The default value is "upload". If "disable" is used, - guest additions won't be downloaded, either. + "upload", "attach", or "disable". If the mode is "attach" the guest + additions ISO will be attached as a CD device to the virtual machine. + If the mode is "upload" the guest additions ISO will be uploaded to + the path specified by `guest_additions_path`. The default value is + "upload". If "disable" is used, guest additions won't be downloaded, + either. * `guest_additions_path` (string) - The path on the guest virtual machine where the VirtualBox guest additions ISO will be uploaded. By default this diff --git a/website/source/docs/builders/virtualbox-ovf.html.markdown b/website/source/docs/builders/virtualbox-ovf.html.markdown index 5f9d34b2b..0de796802 100644 --- a/website/source/docs/builders/virtualbox-ovf.html.markdown +++ b/website/source/docs/builders/virtualbox-ovf.html.markdown @@ -96,9 +96,12 @@ each category, the available options are alphabetized and described. * `guest_additions_mode` (string) - The method by which guest additions are made available to the guest for installation. Valid options are - "upload", "attach", or "disable". The functions of each of these should be - self-explanatory. The default value is "upload". If "disable" is used, - guest additions won't be downloaded, either. + "upload", "attach", or "disable". If the mode is "attach" the guest + additions ISO will be attached as a CD device to the virtual machine. + If the mode is "upload" the guest additions ISO will be uploaded to + the path specified by `guest_additions_path`. The default value is + "upload". If "disable" is used, guest additions won't be downloaded, + either. * `guest_additions_path` (string) - The path on the guest virtual machine where the VirtualBox guest additions ISO will be uploaded. By default this