Skip to content
Snippets Groups Projects
Commit 189a17ef authored by Rom Walton's avatar Rom Walton
Browse files

VBOX: If vboxwrapper is running in standalone mode (not under BOINC), run the VM in head full mode.

parent eb2d2de3
No related branches found
No related tags found
No related merge requests found
......@@ -546,7 +546,7 @@ int main(int argc, char** argv) {
// Record which mode VirtualBox should be started in.
//
if (aid.vbox_window) {
if (aid.vbox_window || boinc_is_standalone()) {
fprintf(
stderr,
"%s Detected: Headless Mode Disabled\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment