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:
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user