abootimg

abootimg 0.6

Manipulate Android Boot Images

https://github.com/ggrandou/abootimg
GNU General Public License v2.0
programs: abootimg-unpack-initrd, abootimg-pack-initrd, abootimg
Platforms (24)
s390-linuxsh4-linuxriscv64-linuxmipsel-linuxmicroblaze-linuxaarch64-linuxmips64-linuxs390x-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  abootimg
];
Ad-hoc shell
nix-shell -p abootimg
Flake (nix run)
nix run nixpkgs#abootimg