Skip to content

Releases: urpylka/img-tool

v0.7.1

19 Nov 21:35
Compare
Choose a tag to compare

Features

  • Remove TRAVIS_TAG from get_repo_ver()

v0.7

19 Nov 20:22
Compare
Choose a tag to compare

Features

  • Add arm64 ability
  • Add check existing /etc/ld.so.preload file
  • Add help option if the image is a zip-file
  • Add lsof output information

v0.6.1

19 Nov 20:19
Compare
Choose a tag to compare

Features

  • Fixes of throw an arguments at mount_image
  • Little updates

v0.6

26 Aug 19:09
Compare
Choose a tag to compare

Features

  • Add additional functions who is needed for building (it works by sourcing img-tool)
  • Add load function

v0.5

17 Aug 11:30
Compare
Choose a tag to compare

Features

  • Merge img-resize & img-chroot to img-tool
  • Compatible w flash cards (mount block devices). But it doesn't work on macOS, because docker use Hyperkit (and it doesn't allow passthrough USB-devices)
  • Mounting and loopbacking by the size of partitions (don't use partscan option)
  • No more mount /dev
  • Rewrite size()
  • Update documentation

v0.4

08 May 20:38
Compare
Choose a tag to compare

Features

  1. Most updates in img-resize:
    1. Used just two parameters <IMAGE> <NEW_SIZE>
    2. Doesn't use sfdisk
  2. Added CI
  3. Updated documentation