github.com/hashicorp/packer@v1.14.3/website/content/partials/packer-plugin-sdk/multistep/commonsteps/CDConfig.mdx (about)

     1  <!-- Code generated from the comments of the CDConfig struct in multistep/commonsteps/extra_iso_config.go; DO NOT EDIT MANUALLY -->
     2  
     3  An iso (CD) containing custom files can be made available for your build.
     4  
     5  By default, no extra CD will be attached. All files listed in this setting
     6  get placed into the root directory of the CD and the CD is attached as the
     7  second CD device.
     8  
     9  This config exists to work around modern operating systems that have no
    10  way to mount floppy disks, which was our previous go-to for adding files at
    11  boot time.
    12  
    13  <!-- End of code generated from the comments of the CDConfig struct in multistep/commonsteps/extra_iso_config.go; -->