소스 검색

qubes/storage: Fix template instantiation

rootcow image was somehow dropped
Wojtek Porczyk 8 년 전
부모
커밋
87f74a5ba8
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      qubes/storage/__init__.py

+ 6 - 0
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'''