Merge pull request #7158 from rickard-von-essen/fix-7155
WIP: parallels: Fix attaching prl tools
This commit is contained in:
commit
126ca2a877
|
@ -154,6 +154,7 @@ func (d *Parallels9Driver) DeviceAddCDROM(name string, image string) (string, er
|
|||
"set", name,
|
||||
"--device-add", "cdrom",
|
||||
"--image", image,
|
||||
"--enable", "--connect",
|
||||
}
|
||||
|
||||
out, err := exec.Command(d.PrlctlPath, command...).Output()
|
||||
|
|
Loading…
Reference in New Issue