You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
A common approach to creating a new VM is to mount an ISO from a datastore and mark it as connected at power on. There's a few places where direct support for this would be handy. E.g., if VirtualMachine had utility method a la disks for CD-ROMs.
The text was updated successfully, but these errors were encountered:
What we're struggling with now is programmatically detaching these VirtualCdrom devices after the machine has booted. Our attempts so far all result in the guest crashing hard. 😢
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A common approach to creating a new VM is to mount an ISO from a datastore and mark it as connected at power on. There's a few places where direct support for this would be handy. E.g., if VirtualMachine had utility method a la
disks
for CD-ROMs.The text was updated successfully, but these errors were encountered: