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/earlyinit/main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/earlyinit') diff --git a/cmd/earlyinit/main.go b/cmd/earlyinit/main.go index 8bf7230a..0e17d78c 100644 --- a/cmd/earlyinit/main.go +++ b/cmd/earlyinit/main.go @@ -1,3 +1,7 @@ +// The earlyinit is part of the Rosa OS initramfs and serves as the system init. +// +// This program is an internal detail of Rosa OS and is not usable on its own. +// It is not covered by the compatibility promise. package main import ( -- cgit v1.3.1