aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/images.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-21 22:19:10 +0900
committerOphestra <cat@gensokyo.uk>2026-05-21 22:20:01 +0900
commit0615899e5666aa3a4c8aa9fb69622be411f33dab (patch)
tree6275a071f50f34e528f043fe3716ad6310d43522 /internal/rosa/images.go
parent0914569e62089f2a9545243c529d238c662d4b04 (diff)
internal/rosa: do not register stage0
Nothing can depend on this, so remove it from the namespace. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/images.go')
-rw-r--r--internal/rosa/images.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/images.go b/internal/rosa/images.go
index 8a65f82f..617b5b9d 100644
--- a/internal/rosa/images.go
+++ b/internal/rosa/images.go
@@ -42,8 +42,8 @@ func init() {
mksquashfs /mnt/system /work/system.img
`, pkg.Path(fhs.AbsRoot.Append("mnt"), false, t.Append(nil,
_musl,
- Mksh,
- Toybox,
+ _mksh,
+ _toybox,
H("kmod"),
H("kernel"),