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

Release 3.4

Compare
Choose a tag to compare
@kad kad released this 04 Sep 17:22
v3.4
  1. bmap-tools has now new home: https://github.com/01org/bmap-tools

  2. Python 3.x support: bmap-tools now compatible with Python 3.3+

  3. bmaptool now can be shipped as standalone application.

  4. ZIP archives now supported. Similar to tar.* archives, image must be first file in archive.

  5. LZ4 compression now supported. Files with the following extensions are recognized as LZ4-compressed: .lz4, .tar.lz4 and .tlz4.

  6. Fixed copying images on XFS file system where predictive caching lead to more blocks to be mapped than needed.

  7. 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.