aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-13 03:15:11 +0900
committerOphestra <cat@gensokyo.uk>2026-02-13 03:15:27 +0900
commitd49e6544826c533c395e6a1526d672e9ae93ef16 (patch)
tree7e36e097ea871494aa2c4f57e6863e171cfb7a12 /internal/rosa/all.go
parentb746e352e546a0fdde9f26d124256afba33e30fb (diff)
internal/rosa: kmod artifact
Required by the kernel. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 2414a91d..51d15760 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -35,6 +35,7 @@ const (
HakureiDist
IniConfig
KernelHeaders
+ Kmod
LibXau
Libexpat
Libpsl
@@ -139,6 +140,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"hakurei-dist": HakureiDist,
"iniconfig": IniConfig,
"kernel-headers": KernelHeaders,
+ "kmod": Kmod,
"libXau": LibXau,
"libexpat": Libexpat,
"libpsl": Libpsl,