aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-19 20:47:34 +0900
committerOphestra <cat@gensokyo.uk>2026-05-19 21:40:15 +0900
commit962b02cf259403d25505983cc5e11cbc2993e224 (patch)
tree615c0ffec34382914ad6244907badcc8b80182b8 /cmd/mbf/main.go
parent6fd6d971ed5251cf8b1114e142dacd3a2e8c4a44 (diff)
internal/rosa/package: migrate kernel
This introduces bindings for extra paths and KnownChecksum, and exposes a passthrough special case. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf/main.go')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 86a3aa1e..8d6d745f 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -755,7 +755,7 @@ func main() {
"shell",
"Interactive shell in the specified Rosa OS environment",
func(args []string) error {
- handles := make([]rosa.ArtifactH, len(args)+3)
+ handles := make([]rosa.ArtifactH, len(args), len(args)+3)
for i, arg := range args {
handles[i] = rosa.ArtifactH(unique.Make(arg))
if meta, _ := rosa.Native().Std().Load(handles[i]); meta == nil {