abootimg

abootimg 0.6

Manipulate Android Boot Images

https://github.com/ggrandou/abootimg
GNU General Public License v2.0
programs: abootimg, abootimg-pack-initrd, abootimg-unpack-initrd
Platforms (24)
microblazeel-linuxmips64el-linuxpowerpc64le-linuxsh4-linuxmipsel-linuxriscv32-linuxs390-linuxx86_64-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