# arje-net-bring-up — Ente oneshot que sube el enlace de la primera interfaz de red bajo arje # (tawasuyu). Etapa G: poblar el userland de ARRANQUE real del distro (helpers del init arje). # # Receta Cargo (patrón arje-zero/dominium-cli): source = monorepo tawasuyu a commit fijado 9967b02c # (Cargo.lock committeado => build --locked reproducible), `-p arje-net-bring-up`, estático zig-cc. # bin==package. Deps livianas (libc+anyhow). Comparte el commit con arje-zero => reusa el árbol fuente. name = "arje-net-bring-up" version = "0.0.1" license = "MIT" [source] repo = "gitea@git.tawasuyu.net:tawasuyu/tawasuyu.git" commit = "9967b02cf597df6d065edbad8d6669b5653d4928" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["-p", "arje-net-bring-up"]