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