Commit 1b0f770a authored by Ross Smith II's avatar Ross Smith II

website: documented floppy_path and iso_path

parent a8a583a8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment