QubesVM.dir_path is set independent of storage
This commit is contained in:
parent
c3d8c899cc
commit
428dd5bc1b
@ -209,7 +209,7 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
|
|||||||
default='default',
|
default='default',
|
||||||
doc='storage pool for this qube devices')
|
doc='storage pool for this qube devices')
|
||||||
|
|
||||||
dir_path = property((lambda self: self.storage.vmdir),
|
dir_path = property( (lambda self: os.path.join(qubes.config.system_path['qubes_base_dir'], self.dir_path_prefix, self.name)),
|
||||||
doc='Root directory for files related to this domain')
|
doc='Root directory for files related to this domain')
|
||||||
|
|
||||||
# XXX swallowed uses_default_kernel
|
# XXX swallowed uses_default_kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user