parent
141f3b29f3
commit
21a7a0a614
|
@ -153,6 +153,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