internal/rosa: tamago toolchain artifact

Currently used by the (wip) bootloader, might not make it into the final OS.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-18 18:42:53 +09:00
parent 58801b44d4
commit 149dfbb6af
3 changed files with 45 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ const (
Sed
Setuptools
SquashfsTools
TamaGo
Toybox
toyboxEarly
Unzip
@@ -187,6 +188,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"sed": Sed,
"setuptools": Setuptools,
"squashfs-tools": SquashfsTools,
"tamago": TamaGo,
"toybox": Toybox,
"unzip": Unzip,
"util-linux": UtilLinux,