mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-03 14:03:01 -05:00
docs
This commit is contained in:
parent
698bef434f
commit
cb019e39cd
3 changed files with 25 additions and 0 deletions
|
|
@ -121,6 +121,14 @@ necessary for this build to succeed and can be found further down the page.
|
|||
|
||||
@include 'common/FloppyConfig-not-required.mdx'
|
||||
|
||||
### CD configuration
|
||||
|
||||
@include 'common/CDConfig.mdx'
|
||||
|
||||
#### Optional:
|
||||
|
||||
@include 'common/CDConfig-not-required.mdx'
|
||||
|
||||
### Export configuration
|
||||
|
||||
#### Optional:
|
||||
|
|
|
|||
|
|
@ -123,6 +123,14 @@ necessary for this build to succeed and can be found further down the page.
|
|||
|
||||
@include 'common/FloppyConfig-not-required.mdx'
|
||||
|
||||
### CD configuration
|
||||
|
||||
@include 'common/CDConfig.mdx'
|
||||
|
||||
#### Optional:
|
||||
|
||||
@include 'common/CDConfig-not-required.mdx'
|
||||
|
||||
### Export configuration
|
||||
|
||||
#### Optional:
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ the items listed here, you will want to look at the general configuration
|
|||
references for [ISO](#iso-configuration),
|
||||
[HTTP](#http-directory-configuration),
|
||||
[Floppy](#floppy-configuration),
|
||||
[CD](#CD-configuration),
|
||||
[Export](#export-configuration),
|
||||
[Boot](#boot-configuration),
|
||||
[Shutdown](#shutdown-configuration),
|
||||
|
|
@ -133,6 +134,14 @@ builder.
|
|||
|
||||
@include 'common/FloppyConfig-not-required.mdx'
|
||||
|
||||
### CD configuration
|
||||
|
||||
@include 'common/CDConfig.mdx'
|
||||
|
||||
#### Optional:
|
||||
|
||||
@include 'common/CDConfig-not-required.mdx'
|
||||
|
||||
### Export configuration
|
||||
|
||||
#### Optional:
|
||||
|
|
|
|||
Loading…
Reference in a new issue