Files
Packer-Cn/builder
Andreas BotznerandCalle Pettersson e4f975fae1 Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653)
Allows the mounting of additional ISOs when the VM is created. The config option was taken from PR #9055 and slightly changed. Users can specify an array of bus names, bus numbers and filenames.

"cd_drive":[
{
"bus": "ide",
"bus_number": 3,
"filename": "isos:iso/virtio-win-0.1.187.iso"
},
{
"bus": "sata",
"bus_number": 3,
"filename": "isos:iso/someother.iso"
}
]

Closes: #7950
Co-authored-by: Calle Pettersson <[email protected]>
2020-08-31 10:48:24 +02:00
..
2020-06-18 10:25:04 +02:00
2020-07-31 17:32:08 +02:00
2020-07-29 10:26:09 +02:00