Hi everyone,
I am trying to mount an ISO at boot time on a specified VM, so the scripts contained in it can execute. The problem is that my ISO seems to be totally ignored when I create the VM. I use the vmISOManagement.pl script, and I obtain this in the vmx file :
ide1:0.filename = "/vmfs/volumes/e2f7274e-40f30909/UploadedDisk.iso
ide1:0.allowGuestConnectionControl = "FALSE"
However, when I start the VM, the scripts contained in my ISO are not executed at boot time, nor does the ISO appear in the CD/DVD Reader of the VM.
Is there any way I can modify the vmISOManagement.pl script to do this ?
THanks