From dec716ca9762d3434a6817c7965033f3c6c1a866 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 20 Jul 2009 09:07:19 +0100 Subject: [PATCH] default to not start the VM if we don't have a config file. --- xenvm/vmconfig.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5