aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-18 14:18:36 +0900
committerOphestra <cat@gensokyo.uk>2026-02-18 14:21:59 +0900
commit58801b44d4fc783984c2fb8800c2f752b7ed06a1 (patch)
tree97cfe2060f50a0dcdb2db05c9573a19468d18bdd /internal/rosa/all.go
parente065bbf792b58f18ef4802c6dd7d02d7d6374409 (diff)
internal/rosa: util-linux artifact
This stuff will likely be implemented natively in the final system. For now, it is useful for debugging. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 8edf09b5..8a905825 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -77,7 +77,7 @@ const (
Toybox
toyboxEarly
Unzip
- utilMacros
+ UtilLinux
Wayland
WaylandProtocols
XCB
@@ -88,6 +88,7 @@ const (
Zstd
buildcatrust
+ utilMacros
// gcc is a hacked-to-pieces GCC toolchain meant for use in intermediate
// stages only. This preset and its direct output must never be exposed.
@@ -188,6 +189,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"squashfs-tools": SquashfsTools,
"toybox": Toybox,
"unzip": Unzip,
+ "util-linux": UtilLinux,
"wayland": Wayland,
"wayland-protocols": WaylandProtocols,
"xcb": XCB,