summaryrefslogtreecommitdiffstats
path: root/src/utils/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/image.py')
-rw-r--r--src/utils/image.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/image.py b/src/utils/image.py
index 088c0c3..fe48a9c 100644
--- a/src/utils/image.py
+++ b/src/utils/image.py
@@ -32,6 +32,7 @@ class ImageInfo:
self.perms = 0
self.clonator = 'PARTCLONE'
self.compressor = 'LZOP'
+ self.checksum = 0
def human_to_kb(size, unit):