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

     1  <!-- Code generated from the comments of the FloppyConfig struct in multistep/commonsteps/floppy_config.go; DO NOT EDIT MANUALLY -->
     2  
     3  A floppy can be made available for your build. This is most useful for
     4  unattended Windows installs, which look for an Autounattend.xml file on
     5  removable media. By default, no floppy will be attached. All files listed in
     6  this setting get placed into the root directory of the floppy and the floppy
     7  is attached as the first floppy device. The summary size of the listed files
     8  must not exceed 1.44 MB. The supported ways to move large files into the OS
     9  are using `http_directory` or [the file
    10  provisioner](/packer/docs/provisioners/file).
    11  
    12  <!-- End of code generated from the comments of the FloppyConfig struct in multistep/commonsteps/floppy_config.go; -->