dom0: Use first FirewallVM as UpdateVM
This commit is contained in:
parent
c41b60340b
commit
40c7e32fe9
@ -1741,6 +1741,9 @@ class QubesVmCollection(dict):
|
|||||||
if self.default_netvm_qid is None:
|
if self.default_netvm_qid is None:
|
||||||
self.set_default_netvm_vm(vm)
|
self.set_default_netvm_vm(vm)
|
||||||
|
|
||||||
|
if self.updatevm_qid is None:
|
||||||
|
self.set_updatevm_vm(vm)
|
||||||
|
|
||||||
return vm
|
return vm
|
||||||
|
|
||||||
def set_default_template_vm(self, vm):
|
def set_default_template_vm(self, vm):
|
||||||
|
Loading…
Reference in New Issue
Block a user