From 1b0f770ab6cd231d27db96896e6c14ed3c5f4b18 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 4 May 2014 11:05:50 -0700 Subject: [PATCH] website: documented floppy_path and iso_path --- website/source/docs/builders/vmware-iso.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/builders/vmware-iso.html.markdown b/website/source/docs/builders/vmware-iso.html.markdown index 7e5f3437a..b1ee47517 100644 --- a/website/source/docs/builders/vmware-iso.html.markdown +++ b/website/source/docs/builders/vmware-iso.html.markdown @@ -105,6 +105,9 @@ each category, the available options are alphabetized and described. characters (*, ?, and []) are allowed. Directory names are also allowed, which will add all the files found in the directory to the floppy. +* `floppy_path` (string) - Remote path to upload floppy file to. + This is required if `remote_type` is enabled, and `floppy_files` is used. + * `fusion_app_path` (string) - Path to "VMware Fusion.app". By default this is "/Applications/VMware Fusion.app" but this setting allows you to customize this. @@ -136,6 +139,9 @@ each category, the available options are alphabetized and described. server to be on one port, make this minimum and maximum port the same. By default the values are 8000 and 9000, respectively. +* `iso_path` (string) - Remote path to upload iso file to. + This is required if `remote_type` is enabled. + * `iso_urls` (array of strings) - Multiple URLs for the ISO to download. Packer will try these in order. If anything goes wrong attempting to download or while downloading a single URL, it will move on to the next. All URLs