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