dom0/core: disable private.img for HVM (#26 pro)

This commit is contained in:
Marek Marczykowski 2012-05-04 13:20:10 +02:00
parent fdaee4bf92
commit c78d38fb0d

View File

@ -2310,6 +2310,9 @@ class QubesHVm(QubesVm):
else:
params['otherdevs'] = ''
# Disable currently unused private.img - to be enabled when TemplateHVm done
params['privatedev'] = ''
if self.timezone.lower() == 'localtime':
params['localtime'] = '1'
params['timeoffset'] = '0'