Merge branch 'master' of git://git.qubes-os.org/marmarek/core
This commit is contained in:
commit
2bcc656671
@ -2412,6 +2412,8 @@ class QubesHVm(QubesVm):
|
|||||||
attrs.remove('kernelopts')
|
attrs.remove('kernelopts')
|
||||||
attrs.remove('uses_default_kernelopts')
|
attrs.remove('uses_default_kernelopts')
|
||||||
attrs += [ 'timezone' ]
|
attrs += [ 'timezone' ]
|
||||||
|
attrs += [ 'qrexec_installed' ]
|
||||||
|
attrs += [ 'guiagent_installed' ]
|
||||||
return attrs
|
return attrs
|
||||||
|
|
||||||
def create_on_disk(self, verbose, source_template = None):
|
def create_on_disk(self, verbose, source_template = None):
|
||||||
@ -2582,8 +2584,7 @@ class QubesHVm(QubesVm):
|
|||||||
if kwargs.get('verbose'):
|
if kwargs.get('verbose'):
|
||||||
print >> sys.stderr, "--> Waiting for user '%s' login..." % self.default_user
|
print >> sys.stderr, "--> Waiting for user '%s' login..." % self.default_user
|
||||||
|
|
||||||
# TODO retrieve the notify_function from kwargs ?
|
self.wait_for_session(notify_function=kwargs.get('notify_function', None))
|
||||||
self.wait_for_session(**kwargs)
|
|
||||||
|
|
||||||
def pause(self):
|
def pause(self):
|
||||||
if dry_run:
|
if dry_run:
|
||||||
|
Loading…
Reference in New Issue
Block a user