Hi everyone,
Is there a way to automatically attach an additional ISO file/CDROM with Packer?
I've encountered this problem creating a Windows template on Proxmox.
Proxmox recommends the use of VirtIO devices(NIC, SCSI controller, and disk).
Under Windows, the drivers for those device types have to be installed. Proxmox recommends attaching an additional ISO containing all drivers to the VM.
From that point on it is possible to install the drivers with setup.exe, but I'm not sure how to automatically attach that additional ISO file/CDROM drive automatically with Packer.
Is it even possible at all?
Thanks in advance for your help.
~Andreas