Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 563a5e4

Browse files
committed
BmapCreate: make sha256 to be the default
Change-Id: I9d788371cfcc8a6c45ac7c443421c757058a12c6 Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
1 parent c780ba9 commit 563a5e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bmaptools/BmapCreate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class BmapCreate:
112112
the FIEMAP ioctl to generate the bmap.
113113
"""
114114

115-
def __init__(self, image, bmap, chksum_type="sha1"):
115+
def __init__(self, image, bmap, chksum_type="sha256"):
116116
"""
117117
Initialize a class instance:
118118
* image - full path or a file-like object of the image to create bmap

0 commit comments

Comments
 (0)