aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-27 05:34:42 +0900
committerOphestra <cat@gensokyo.uk>2026-01-27 05:34:42 +0900
commit18918d9a0ddf522f40e53520bb0796a5aa57834c (patch)
tree7d25541b3724312604cdd8d709dc98ef919b4cc6 /cmd
parent380ca4e022457b4da215ec6b69e9f03efb9b4a60 (diff)
internal/rosa: fuse artifact
Required by hakurei for sharefs. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 43980120..286b1115 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -164,6 +164,8 @@ func main() {
p = rosa.Coreutils
case "diffutils":
p = rosa.Diffutils
+ case "fuse":
+ p = rosa.Fuse
case "gettext":
p = rosa.Gettext
case "git":