From 8905d653ba8ac5f2a70a6df654ebfa2a17206729 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 14 Mar 2026 19:42:43 +0900 Subject: cmd/earlyinit: mount pseudo-filesystems The proposal for merging both init programs was unanimously accepted, so this is set up here alongside devtmpfs. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 7f4f1a97..13bc83ab 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -20,7 +20,7 @@ const ( LLVMRuntimes LLVMClang - // EarlyInit is the Rosa OS initramfs init program. + // EarlyInit is the Rosa OS init program. EarlyInit // ImageSystem is the Rosa OS /system image. ImageSystem -- cgit v1.3.1