_3cpio

3cpio 0.14.0

Manage initrd cpio archives

https://github.com/bdrung/3cpio
ISC License
main program: 3cpioprograms: 3cpio
Platforms (38)
loongarch64-linuxi686-openbsdpowerpc-netbsdpowerpc64le-linuxmipsel-linuxarmv6l-netbsdmipsel-netbsdx86_64-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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