]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
default to not start the VM if we don't have a config file.
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Mon, 20 Jul 2009 08:07:19 +0000 (09:07 +0100)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Mon, 20 Jul 2009 08:07:19 +0000 (09:07 +0100)
xenvm/vmconfig.ml

index 1ab6eb9f50669e0a2fc55a4d56f879b4f64ed294..b19cdb0c29438d32ce6d3709492ed57a7ec2b9a4 100644 (file)
@@ -389,7 +389,7 @@ let empty =
                verbose = false;
                no_mem_check = false;
                output = "";
-               startup = StartupStart;
+               startup = StartupShutdown;
 
                (* get/set *)
                debug = false;