diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-21 22:53:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-21 23:19:16 +0900 |
| commit | 7f1e4cf43c8ad6dcf771fa43d28c0ce3c093e319 (patch) | |
| tree | 2dcb776c33bfe41eea19f356d4ef8857ef70aad1 /internal/rosa/all.go | |
| parent | d021621fbaebf3a565ec837ca7201c1c56b672ff (diff) | |
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>
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 aabc8a27..76842897 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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, |
