mirror of https://github.com/BOINC/boinc.git
VBOX: Fix build break
This commit is contained in:
parent
549a8babeb
commit
09933f9dbe
|
@ -1004,7 +1004,7 @@ int VBOX_VM::register_vm() {
|
|||
command += "--add \"" + vm_disk_controller_type + "\" ";
|
||||
command += "--controller \"" + vm_disk_controller_model + "\" ";
|
||||
command += "--hostiocache off ";
|
||||
if ((vm_disk_controller_type == "sata") || (vm_disk_controller_type == "SATA") {
|
||||
if ((vm_disk_controller_type == "sata") || (vm_disk_controller_type == "SATA")) {
|
||||
command += "--sataportcount 1 ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue