diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-08 18:28:35 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-08 18:29:04 +0900 |
| commit | 279a9736330e187e7e8a03e9da63449f6613afc9 (patch) | |
| tree | a63eb0fcaa3896c8f66589748697b67e1f6a7e0c /internal/rosa/all.go | |
| parent | 9c1b52268906af92bd97cb2e78f93284801d961d (diff) | |
internal/rosa: build independent earlyinit
This avoids unnecessarily rebuilding hakurei during development.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
