dom0/core: disable private.img for HVM (#26 pro)
This commit is contained in:
parent
fdaee4bf92
commit
c78d38fb0d
@ -2310,6 +2310,9 @@ class QubesHVm(QubesVm):
|
|||||||
else:
|
else:
|
||||||
params['otherdevs'] = ''
|
params['otherdevs'] = ''
|
||||||
|
|
||||||
|
# Disable currently unused private.img - to be enabled when TemplateHVm done
|
||||||
|
params['privatedev'] = ''
|
||||||
|
|
||||||
if self.timezone.lower() == 'localtime':
|
if self.timezone.lower() == 'localtime':
|
||||||
params['localtime'] = '1'
|
params['localtime'] = '1'
|
||||||
params['timeoffset'] = '0'
|
params['timeoffset'] = '0'
|
||||||
|
Loading…
Reference in New Issue
Block a user