fix docs
This commit is contained in:
parent
21eda7ced3
commit
e07218d4bd
@ -24,7 +24,8 @@ portably.
|
|||||||
|
|
||||||
There are many configuration options available for the builder. In addition to
|
There are many configuration options available for the builder. In addition to
|
||||||
the items listed here, you will want to look at the general configuration
|
the items listed here, you will want to look at the general configuration
|
||||||
references for [HTTP](#http-directory-configuration),
|
references for [ISO](#iso-configuration),
|
||||||
|
[HTTP](#http-directory-configuration),
|
||||||
[Floppy](#floppy-configuration),
|
[Floppy](#floppy-configuration),
|
||||||
[Boot](#boot-configuration),
|
[Boot](#boot-configuration),
|
||||||
[Shutdown](#shutdown-configuration),
|
[Shutdown](#shutdown-configuration),
|
||||||
@ -32,15 +33,24 @@ references for [HTTP](#http-directory-configuration),
|
|||||||
configuration references, which are
|
configuration references, which are
|
||||||
necessary for this build to succeed and can be found further down the page.
|
necessary for this build to succeed and can be found further down the page.
|
||||||
|
|
||||||
### Required:
|
|
||||||
@include 'builder/xenserver/iso/Config-required.mdx'
|
|
||||||
|
|
||||||
### Optional:
|
### Optional:
|
||||||
|
|
||||||
@include 'builder/xenserver/iso/Config-not-required.mdx'
|
@include 'builder/xenserver/iso/Config-not-required.mdx'
|
||||||
@include 'builder/xenserver/common/config/CommonConfig-not-required.mdx'
|
@include 'builder/xenserver/common/config/CommonConfig-not-required.mdx'
|
||||||
@include 'builder/xenserver/common/config/HardwareConfig-not-required.mdx'
|
@include 'builder/xenserver/common/config/HardwareConfig-not-required.mdx'
|
||||||
|
|
||||||
|
## ISO Configuration
|
||||||
|
|
||||||
|
@include 'packer-plugin-sdk/multistep/commonsteps/ISOConfig.mdx'
|
||||||
|
|
||||||
|
### Required:
|
||||||
|
|
||||||
|
@include 'packer-plugin-sdk/multistep/commonsteps/ISOConfig-required.mdx'
|
||||||
|
|
||||||
|
### Optional:
|
||||||
|
|
||||||
|
@include 'packer-plugin-sdk/multistep/commonsteps/ISOConfig-not-required.mdx'
|
||||||
|
|
||||||
## Http directory configuration
|
## Http directory configuration
|
||||||
|
|
||||||
@include 'packer-plugin-sdk/multistep/commonsteps/HTTPConfig.mdx'
|
@include 'packer-plugin-sdk/multistep/commonsteps/HTTPConfig.mdx'
|
||||||
|
Loading…
Reference in New Issue
Block a user