abootimg
abootimg 0.6
Manipulate Android Boot Images
https://github.com/ggrandou/abootimgGNU General Public License v2.0
programs: abootimg-unpack-initrd, abootimg, abootimg-pack-initrd
Maintainers
Platforms (24)
riscv64-linuxs390-linuxloongarch64-linuxmicroblaze-linuxpowerpc-linuxx86_64-linuxaarch64-linuxmipsel-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