internal/rosa: kernel artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m38s
Test / Hakurei (push) Successful in 3m58s
Test / ShareFS (push) Successful in 4m4s
Test / Hpkg (push) Successful in 4m38s
Test / Sandbox (race detector) (push) Successful in 5m3s
Test / Hakurei (race detector) (push) Successful in 5m58s
Test / Flake checks (push) Successful in 1m37s

The configuration still wants some cleanup, but this works fine as a generic kernel for now.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-21 22:53:51 +09:00
parent d021621fba
commit 7f1e4cf43c
4 changed files with 12600 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ const (
Hakurei
HakureiDist
IniConfig
Kernel
KernelHeaders
KernelSource
Kmod
@@ -164,6 +165,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"hakurei": Hakurei,
"hakurei-dist": HakureiDist,
"iniconfig": IniConfig,
"kernel": Kernel,
"kernel-headers": KernelHeaders,
"kernel-source": KernelSource,
"kmod": Kmod,