This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Release 3.4
-
bmap-tools has now new home: https://github.com/01org/bmap-tools
-
Python 3.x support: bmap-tools now compatible with Python 3.3+
-
bmaptool now can be shipped as standalone application.
-
ZIP archives now supported. Similar to tar.* archives, image must be first file in archive.
-
LZ4 compression now supported. Files with the following extensions are recognized as LZ4-compressed:
.lz4
,.tar.lz4
and.tlz4
. -
Fixed copying images on XFS file system where predictive caching lead to more blocks to be mapped than needed.
-
Fixed detection of block size on file systems that do not report it correctly via ioctl FIGETBSZ.
Installation
Linux
curl -Lo bmaptool https://github.com/01org/bmap-tools/releases/download/v3.4/bmaptool && chmod +x bmaptool && mv bmaptool $HOME/bin/bmaptool
Feel free to leave off the mv bmaptool $HOME/bin
if you would like to add bmaptool to your path manually.