diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-18 18:42:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-18 19:26:42 +0900 |
| commit | 149dfbb6af2a777007e2a9d27207fdf74426078e (patch) | |
| tree | a4ed1a892ad79c24bf4794af9d2dc5aae7dbad06 /internal/rosa/all.go | |
| parent | 58801b44d4fc783984c2fb8800c2f752b7ed06a1 (diff) | |
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>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 8a905825..81f7272d 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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, |
