From 19c76e08315118b8595abb2d598658b04cf87f78 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Mar 2026 22:43:25 +0900 Subject: cmd: document Rosa OS programs The earlyinit and mbf program are not covered by the compatibility promise, so specify that here. Signed-off-by: Ophestra --- cmd/sharefs/main.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cmd/sharefs/main.go') diff --git a/cmd/sharefs/main.go b/cmd/sharefs/main.go index c9fe9f2f..0e3072a5 100644 --- a/cmd/sharefs/main.go +++ b/cmd/sharefs/main.go @@ -1,3 +1,10 @@ +// The sharefs FUSE filesystem is a permissionless shared filesystem. +// +// This filesystem is the primary means of file sharing between hakurei +// application containers. It serves the same purpose in Rosa OS as /sdcard +// does in AOSP. +// +// See help message for all available options. package main import ( -- cgit v1.3.1