From: Vincent Hanquez Date: Mon, 20 Jul 2009 08:07:19 +0000 (+0100) Subject: default to not start the VM if we don't have a config file. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dec716ca9762d3434a6817c7965033f3c6c1a866;p=xenclient%2Ftoolstack.git default to not start the VM if we don't have a config file. --- diff --git a/xenvm/vmconfig.ml b/xenvm/vmconfig.ml index 1ab6eb9..b19cdb0 100644 --- a/xenvm/vmconfig.ml +++ b/xenvm/vmconfig.ml @@ -389,7 +389,7 @@ let empty = verbose = false; no_mem_check = false; output = ""; - startup = StartupStart; + startup = StartupShutdown; (* get/set *) debug = false;