From cefd02e960fa80e4cfba1050148c61cad3f95bd2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Feb 2026 21:19:03 +0900 Subject: internal/rosa: gen_init_cpio artifact This works much better than hacking around the toybox cpio implementation. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 2634a5dc..a56652e4 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -43,6 +43,7 @@ const ( GMP GLib Gawk + GenInitCPIO Gettext Git Go @@ -187,6 +188,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "gmp": GMP, "glib": GLib, "gawk": Gawk, + "gen_init_cpio": GenInitCPIO, "gettext": Gettext, "git": Git, "go": Go, -- cgit v1.3.1