diff --git a/qubes/storage/__init__.py b/qubes/storage/__init__.py index bc520248..f831abcc 100644 --- a/qubes/storage/__init__.py +++ b/qubes/storage/__init__.py @@ -79,6 +79,12 @@ class VMStorage(object): 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 def volatile_img(self): '''Path to the volatile image'''