Add preparing_dvm param to TemplateVM.start (to start it as any other VM)
This commit is contained in:
parent
980efbc6c6
commit
4c14652245
@ -774,7 +774,7 @@ class QubesTemplateVm(QubesVm):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def start(self, debug_console = False, verbose = False):
|
def start(self, debug_console = False, verbose = False, preparing_dvm=False):
|
||||||
if dry_run:
|
if dry_run:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user