aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-28 21:19:03 +0900
committerOphestra <cat@gensokyo.uk>2026-02-28 21:19:03 +0900
commitcefd02e960fa80e4cfba1050148c61cad3f95bd2 (patch)
treea3aef671495afff1622b0d9a9bda45db27653f7d /internal/rosa/all.go
parentad8f799703a4bf8d87741890ba831856af2dd145 (diff)
internal/rosa: gen_init_cpio artifact
This works much better than hacking around the toybox cpio implementation. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
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,