Skip to content
Compare
Choose a tag to compare
@michaelolbrich michaelolbrich released this 04 Jul 17:14
v19
67a3994

Enhancements

  • Add basic support for btrfs filesystem images.
  • Add support for erofs filesystem images.
  • Add initial support for mdraid images. Currently, only raid1 is supported.
  • Add support for custom images. The image is created entirely with a custom exec command.
  • Add more partition UUID shortcuts and allow defining custom shortcuts.
  • Allow specifying the offset in a partition image for disk images.
  • Add options to disk and Android sparse images to fill holes with zeros.
  • Improve documentation.

Bug Fixes

  • Add missing image / partition size checks for disk images.
  • Make CRC optional in Android sparse images. CRC support was removed in recent Android fastboot versions.
  • Fix padding value in flash images after the last partition.

Code

  • Enforce coding style with clang-format