regenerated things
This commit is contained in:
parent
9eee63a659
commit
34f5bfa498
|
@ -35,7 +35,6 @@ const (
|
||||||
DefaultPassword = ""
|
DefaultPassword = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
// AccessConfig is for common configuration related to AWS access
|
|
||||||
type CommonConfig struct {
|
type CommonConfig struct {
|
||||||
common.FloppyConfig `mapstructure:",squash"`
|
common.FloppyConfig `mapstructure:",squash"`
|
||||||
// The block size of the VHD to be created.
|
// The block size of the VHD to be created.
|
||||||
|
|
|
@ -70,6 +70,10 @@ In addition to the options listed here, a
|
||||||
[communicator](/docs/templates/communicator.html) can be configured for this
|
[communicator](/docs/templates/communicator.html) can be configured for this
|
||||||
builder.
|
builder.
|
||||||
|
|
||||||
|
### Required:
|
||||||
|
|
||||||
|
<%= partial "partials/builder/hyperv/common/CommonConfig" %>
|
||||||
|
|
||||||
### Optional:
|
### Optional:
|
||||||
|
|
||||||
- `output_directory` (string) - This setting specifies the directory that
|
- `output_directory` (string) - This setting specifies the directory that
|
||||||
|
@ -81,6 +85,7 @@ builder.
|
||||||
"output-BUILDNAME" where "BUILDNAME" is the name of the build.
|
"output-BUILDNAME" where "BUILDNAME" is the name of the build.
|
||||||
|
|
||||||
<%= partial "partials/builder/hyperv/iso/Config-not-required" %>
|
<%= partial "partials/builder/hyperv/iso/Config-not-required" %>
|
||||||
|
<%= partial "partials/builder/hyperv/common/CommonConfig-not-required" %>
|
||||||
|
|
||||||
## Http directory configuration reference
|
## Http directory configuration reference
|
||||||
|
|
||||||
|
|
|
@ -76,10 +76,12 @@ builder.
|
||||||
### Required:
|
### Required:
|
||||||
|
|
||||||
<%= partial "partials/common/ISOConfig-required" %>
|
<%= partial "partials/common/ISOConfig-required" %>
|
||||||
|
<%= partial "partials/common/CommonConfig" %>
|
||||||
|
|
||||||
### Optional:
|
### Optional:
|
||||||
|
|
||||||
<%= partial "partials/common/ISOConfig-not-required" %>
|
<%= partial "partials/common/ISOConfig-not-required" %>
|
||||||
|
<%= partial "partials/common/CommonConfig-not-required" %>
|
||||||
|
|
||||||
### Required for virtual machine import:
|
### Required for virtual machine import:
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
<!-- Code generated from the comments of the CommonConfig struct in builder/hyperv/common/config.go; DO NOT EDIT MANUALLY -->
|
|
||||||
AccessConfig is for common configuration related to AWS access
|
|
Loading…
Reference in New Issue