internal/rosa: kernel artifact

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,