10 lines
544 B
Markdown
10 lines
544 B
Markdown
|
<!-- Code generated from the comments of the FloppyConfig struct in builder/vsphere/iso/step_add_floppy.go; DO NOT EDIT MANUALLY -->
|
||
|
|
||
|
- `floppy_img_path` (string) - Datastore path to a floppy image that will be mounted to the VM.
|
||
|
Example: `[datastore1] ISO/pvscsi-Windows8.flp`.
|
||
|
|
||
|
- `floppy_files` ([]string) - List of local files to be mounted to the VM floppy drive. Can be used to
|
||
|
make Debian preseed or RHEL kickstart files available to the VM.
|
||
|
|
||
|
- `floppy_dirs` ([]string) - List of directories to copy files from.
|
||
|
|