dom0/core: disable meminfo-writer for HVM by default

This commit is contained in:
Marek Marczykowski 2013-01-11 00:49:18 +01:00
parent 3d096f69af
commit 2f5155437c

View File

@ -2289,6 +2289,7 @@ class QubesHVm(QubesVm):
attrs['qrexec_installed'] = { 'default': False, 'save': 'str(self.qrexec_installed)' }
attrs['guiagent_installed'] = { 'default' : False, 'save': 'str(self.guiagent_installed)' }
attrs['_start_guid_first']['eval'] = 'True'
attrs['services']['default'] = "{'meminfo-writer': False}"
return attrs