mirror of https://github.com/BOINC/boinc.git
VBOX: If vboxwrapper is running in standalone mode (not under BOINC), run the VM in head full mode.
This commit is contained in:
parent
eb2d2de370
commit
189a17ef07
|
@ -546,7 +546,7 @@ int main(int argc, char** argv) {
|
||||||
|
|
||||||
// Record which mode VirtualBox should be started in.
|
// Record which mode VirtualBox should be started in.
|
||||||
//
|
//
|
||||||
if (aid.vbox_window) {
|
if (aid.vbox_window || boinc_is_standalone()) {
|
||||||
fprintf(
|
fprintf(
|
||||||
stderr,
|
stderr,
|
||||||
"%s Detected: Headless Mode Disabled\n",
|
"%s Detected: Headless Mode Disabled\n",
|
||||||
|
|
Loading…
Reference in New Issue