default_guivm: set to dom0 due to migration R4.0->R4.1 problems

This commit is contained in:
Frédéric Pierret (fepitre) 2019-11-16 13:04:42 +01:00
parent 783832adde
commit 85edf511cb
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -729,7 +729,7 @@ class Qubes(qubes.PropertyHolder):
default_guivm = qubes.VMProperty(
'default_guivm',
load_stage=3,
default=None, allow_none=True,
default=lambda app: app.domains['dom0'], allow_none=True,
doc='Default GuiVM for VMs.')
default_netvm = qubes.VMProperty(