dom0: enable qubes-dvm service when preparing DispVM
This commit is contained in:
parent
42325fc8e4
commit
bdfacf9d01
@ -1111,6 +1111,8 @@ class QubesVm(object):
|
|||||||
xid = self.get_xid()
|
xid = self.get_xid()
|
||||||
self.xid = xid
|
self.xid = xid
|
||||||
|
|
||||||
|
if preparing_dvm:
|
||||||
|
self.services['qubes-dvm'] = True
|
||||||
if verbose:
|
if verbose:
|
||||||
print >> sys.stderr, "--> Setting Xen Store info for the VM..."
|
print >> sys.stderr, "--> Setting Xen Store info for the VM..."
|
||||||
self.create_xenstore_entries(xid)
|
self.create_xenstore_entries(xid)
|
||||||
|
Loading…
Reference in New Issue
Block a user