From 18918d9a0ddf522f40e53520bb0796a5aa57834c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 27 Jan 2026 05:34:42 +0900 Subject: internal/rosa: fuse artifact Required by hakurei for sharefs. Signed-off-by: Ophestra --- cmd/mbf/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') 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": -- cgit v1.3.1