aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-14 19:42:43 +0900
committerOphestra <cat@gensokyo.uk>2026-03-14 19:43:42 +0900
commit8905d653ba8ac5f2a70a6df654ebfa2a17206729 (patch)
tree094fbd8d18688f65dfe8275b5913e8323c730b1a /internal
parent9c2fb6246f6a1781c469ac444da67dd4ae951ad2 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/all.go2
1 files changed, 1 insertions, 1 deletions
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