fix generated files and website

This commit is contained in:
Megan Marsh 2020-11-17 17:07:02 -08:00
parent 3f6deb8828
commit 3a11954d96
19 changed files with 19 additions and 19 deletions

View File

@ -107,7 +107,7 @@ builder.
### CD configuration reference
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
## Communicator configuration reference

View File

@ -125,7 +125,7 @@ builder.
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
## Boot Command

View File

@ -150,7 +150,7 @@ necessary for this build to succeed and can be found further down the page.
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
## Shutdown configuration

View File

@ -127,7 +127,7 @@ necessary for this build to succeed and can be found further down the page.
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
### Export configuration

View File

@ -129,7 +129,7 @@ necessary for this build to succeed and can be found further down the page.
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
### Export configuration

View File

@ -140,7 +140,7 @@ builder.
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
### Export configuration

View File

@ -131,7 +131,7 @@ necessary for this build to succeed and can be found further down the page.
@include 'packer-plugin-sdk/commonsteps/FloppyConfig-not-required.mdx'
### CD configuration
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
### Shutdown configuration

View File

@ -125,7 +125,7 @@ necessary for this build to succeed and can be found further down the page.
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
### Export configuration

View File

@ -202,7 +202,7 @@ can be done via environment variable:
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
@include 'builder/vsphere/common/CDRomConfig-not-required.mdx'

View File

@ -180,7 +180,7 @@ iso_paths = [
#### Optional:
@include 'packer-plugin-sdk/commonsteps/CDConfig-not-required.mdx'
@include 'packer-plugin-sdk/multistep/commonsteps/CDConfig-not-required.mdx'
### Create Configuration

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the CDConfig struct in packer-plugin-sdk/commonsteps/extra_iso_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the CDConfig struct in packer-plugin-sdk/multistep/commonsteps/extra_iso_config.go; DO NOT EDIT MANUALLY -->
- `cd_files` ([]string) - A list of files to place onto a CD that is attached when the VM is
booted. This can include either files or directories; any directories

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the CDConfig struct in packer-plugin-sdk/commonsteps/extra_iso_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the CDConfig struct in packer-plugin-sdk/multistep/commonsteps/extra_iso_config.go; DO NOT EDIT MANUALLY -->
An iso (CD) containing custom files can be made available for your build.

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the FloppyConfig struct in packer-plugin-sdk/commonsteps/floppy_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the FloppyConfig struct in packer-plugin-sdk/multistep/commonsteps/floppy_config.go; DO NOT EDIT MANUALLY -->
- `floppy_files` ([]string) - A list of files to place onto a floppy disk that is attached when the VM
is booted. Currently, no support exists for creating sub-directories on

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the FloppyConfig struct in packer-plugin-sdk/commonsteps/floppy_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the FloppyConfig struct in packer-plugin-sdk/multistep/commonsteps/floppy_config.go; DO NOT EDIT MANUALLY -->
A floppy can be made available for your build. This is most useful for
unattended Windows installs, which look for an Autounattend.xml file on

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the HTTPConfig struct in packer-plugin-sdk/commonsteps/http_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the HTTPConfig struct in packer-plugin-sdk/multistep/commonsteps/http_config.go; DO NOT EDIT MANUALLY -->
- `http_directory` (string) - Path to a directory to serve using an HTTP server. The files in this
directory will be available over HTTP that will be requestable from the

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the HTTPConfig struct in packer-plugin-sdk/commonsteps/http_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the HTTPConfig struct in packer-plugin-sdk/multistep/commonsteps/http_config.go; DO NOT EDIT MANUALLY -->
Packer will create an http server serving `http_directory` when it is set, a
random free port will be selected and the architecture of the directory

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the ISOConfig struct in packer-plugin-sdk/commonsteps/iso_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the ISOConfig struct in packer-plugin-sdk/multistep/commonsteps/iso_config.go; DO NOT EDIT MANUALLY -->
- `iso_urls` ([]string) - Multiple URLs for the ISO to download. Packer will try these in order.
If anything goes wrong attempting to download or while downloading a

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the ISOConfig struct in packer-plugin-sdk/commonsteps/iso_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the ISOConfig struct in packer-plugin-sdk/multistep/commonsteps/iso_config.go; DO NOT EDIT MANUALLY -->
- `iso_checksum` (string) - The checksum for the ISO file or virtual hard drive file. The type of
the checksum is specified within the checksum field as a prefix, ex:

View File

@ -1,4 +1,4 @@
<!-- Code generated from the comments of the ISOConfig struct in packer-plugin-sdk/commonsteps/iso_config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the ISOConfig struct in packer-plugin-sdk/multistep/commonsteps/iso_config.go; DO NOT EDIT MANUALLY -->
By default, Packer will symlink, download or copy image files to the Packer
cache into a "`hash($iso_url+$iso_checksum).$iso_target_extension`" file.