Add preparing_dvm param to TemplateVM.start (to start it as any other VM)

This commit is contained in:
Marek Marczykowski 2011-03-10 17:24:56 +01:00
parent 980efbc6c6
commit 4c14652245

View File

@ -774,7 +774,7 @@ class QubesTemplateVm(QubesVm):
return True
def start(self, debug_console = False, verbose = False):
def start(self, debug_console = False, verbose = False, preparing_dvm=False):
if dry_run:
return