# arje-getty-stub — agetty mínimo para validar el ciclo de vida del login bajo arje (tawasuyu). # Etapa G: poblar el userland de ARRANQUE real del distro (helpers del init arje, hermanos de arje-zero). # # Receta Cargo (patrón arje-zero/dominium-cli): source = monorepo tawasuyu a commit fijado 9967b02c # (Cargo.lock committeado => build --locked reproducible), `-p arje-getty-stub`, estático zig-cc. # bin==package. Sin deps externas. Comparte el commit con arje-zero => reusa el árbol fuente fetcheado. name = "arje-getty-stub" version = "0.0.1" license = "MIT" [source] repo = "https://git.tawasuyu.net/tawasuyu/tawasuyu.git" commit = "9967b02cf597df6d065edbad8d6669b5653d4928" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["-p", "arje-getty-stub"]