mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 07:51:39 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <[email protected]> Co-authored-by: Wilken Rivera <[email protected]> Co-authored-by: Kendall Strautman <[email protected]>
14 lines
655 B
Plaintext
14 lines
655 B
Plaintext
<!-- Code generated from the comments of the CDConfig struct in multistep/commonsteps/extra_iso_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
An iso (CD) containing custom files can be made available for your build.
|
|
|
|
By default, no extra CD will be attached. All files listed in this setting
|
|
get placed into the root directory of the CD and the CD is attached as the
|
|
second CD device.
|
|
|
|
This config exists to work around modern operating systems that have no
|
|
way to mount floppy disks, which was our previous go-to for adding files at
|
|
boot time.
|
|
|
|
<!-- End of code generated from the comments of the CDConfig struct in multistep/commonsteps/extra_iso_config.go; -->
|