Revert "website: documented floppy_path and iso_path"
This reverts commit 1b0f770ab6
.
This commit is contained in:
parent
1b0f770ab6
commit
035f5dacff
|
@ -105,9 +105,6 @@ each category, the available options are alphabetized and described.
|
||||||
characters (*, ?, and []) are allowed. Directory names are also allowed,
|
characters (*, ?, and []) are allowed. Directory names are also allowed,
|
||||||
which will add all the files found in the directory to the floppy.
|
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
|
* `fusion_app_path` (string) - Path to "VMware Fusion.app". By default this
|
||||||
is "/Applications/VMware Fusion.app" but this setting allows you to
|
is "/Applications/VMware Fusion.app" but this setting allows you to
|
||||||
customize this.
|
customize this.
|
||||||
|
@ -139,9 +136,6 @@ each category, the available options are alphabetized and described.
|
||||||
server to be on one port, make this minimum and maximum port the same.
|
server to be on one port, make this minimum and maximum port the same.
|
||||||
By default the values are 8000 and 9000, respectively.
|
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.
|
* `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
|
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
|
or while downloading a single URL, it will move on to the next. All URLs
|
||||||
|
|
Loading…
Reference in New Issue