aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/toybox.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/toybox.go')
-rw-r--r--internal/rosa/toybox.go12
1 files changed, 9 insertions, 3 deletions
diff --git a/internal/rosa/toybox.go b/internal/rosa/toybox.go
index a0e439f1..4065e90a 100644
--- a/internal/rosa/toybox.go
+++ b/internal/rosa/toybox.go
@@ -2,6 +2,12 @@ package rosa
import "hakurei.app/internal/pkg"
+var (
+ gzip = H("gzip")
+
+ toyboxEarly = H("toybox-early")
+)
+
func (t Toolchain) newToybox(suffix, script string) (pkg.Artifact, string) {
const (
version = "0.8.13"
@@ -52,10 +58,10 @@ mkdir -p /work/usr/bin
ln -s ../../system/bin/env /work/usr/bin
`,
},
- Bash,
- Gzip,
+ bash,
+ gzip,
- KernelHeaders,
+ kernelHeaders,
), version
}
func init() {