forked from security/hakurei
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user