From 279a9736330e187e7e8a03e9da63449f6613afc9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 8 Mar 2026 18:28:35 +0900 Subject: internal/rosa: build independent earlyinit This avoids unnecessarily rebuilding hakurei during development. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 41aacddb..6b9605b9 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -19,6 +19,8 @@ const ( LLVMRuntimes LLVMClang + // EarlyInit is the Rosa OS initramfs init program. + EarlyInit // ImageInitramfs is the Rosa OS initramfs archive. ImageInitramfs -- cgit v1.3.1