qubes/storage: Fix template instantiation
rootcow image was somehow dropped
This commit is contained in:
parent
ec50a411fe
commit
87f74a5ba8
@ -79,6 +79,12 @@ class VMStorage(object):
|
|||||||
else self.abspath(qubes.config.vm_files['root_img'])
|
else self.abspath(qubes.config.vm_files['root_img'])
|
||||||
|
|
||||||
|
|
||||||
|
@property
|
||||||
|
def rootcow_img(self):
|
||||||
|
'''Path to the root COW image'''
|
||||||
|
return self.abspath(qubes.config.vm_files['rootcow_img'])
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def volatile_img(self):
|
def volatile_img(self):
|
||||||
'''Path to the volatile image'''
|
'''Path to the volatile image'''
|
||||||
|
Loading…
Reference in New Issue
Block a user