aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-25 01:20:31 +0900
committerOphestra <cat@gensokyo.uk>2026-02-25 01:20:31 +0900
commit2aeac7f582f1f03f9cca5251ec4bc275437ae64c (patch)
tree2904421766277cad984c6eb1c1af617032ed4831 /internal/rosa/all.go
parent2b93631f5274e5606358cb5af648c4361e8f3950 (diff)
internal/rosa: fakeroot artifact
XSLT is untamable and extremely unpleasant to work with. This patches out the broken docs for now in the interest of getting some work done. 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 19f49869..6ffbad40 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -26,6 +26,7 @@ const (
DTC
Diffutils
Elfutils
+ Fakeroot
Findutils
Flex
Fuse
@@ -163,6 +164,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"dtc": DTC,
"diffutils": Diffutils,
"elfutils": Elfutils,
+ "fakeroot": Fakeroot,
"findutils": Findutils,
"flex": Flex,
"fuse": Fuse,