Releases: urpylka/img-tool
Releases · urpylka/img-tool
v0.7.1
Features
- Remove TRAVIS_TAG from get_repo_ver()
v0.7
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
Features
- Fixes of throw an arguments at
mount_image
- Little updates
v0.6
Features
- Add additional functions who is needed for building (it works by sourcing img-tool)
- Add
load
function
v0.5
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
Features
- Most updates in img-resize:
- Used just two parameters
<IMAGE>
<NEW_SIZE>
- Doesn't use
sfdisk
- Added CI
- Updated documentation