An open API service indexing awesome lists of open source software.

https://github.com/katexochen/image-tools

dismantle os images, debug reproducibility issues
https://github.com/katexochen/image-tools

initrd linux reproducible-builds uapi uki

Last synced: 7 months ago
JSON representation

dismantle os images, debug reproducibility issues

Awesome Lists containing this project

README

          

## Tools for OS image inspection

These tools help to inspect OS images, mainly to debug reproducibility issues in the image build process. Currently only images with GPT/UKI are supported.

![overview](./overview.svg)

### Installation

```sh
go install github.com/katexochen/image-tools/{initrdsep,erofs-tool,uki-form-efi,unpart,unukify}
```