aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/go.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-29 19:51:18 +0900
committerOphestra <cat@gensokyo.uk>2026-01-29 19:51:18 +0900
commitabf96d228308fdd2f728d7ccacb170d37590d911 (patch)
tree013d014a11fb98eecbb08c0bc53f6612798ec51d /internal/rosa/go.go
parent6c90e879da14cf7542668da13ee6be22178e3b9b (diff)
internal/rosa: replace busybox with toybox
The busybox artifact does not run on aarch64, and the workarounds required for it to compile successfully on x86_64 is unacceptably shaky. This change fully replaces it with toybox. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/go.go')
-rw-r--r--internal/rosa/go.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/go.go b/internal/rosa/go.go
index 9b315ada..e0dc219a 100644
--- a/internal/rosa/go.go
+++ b/internal/rosa/go.go
@@ -20,7 +20,7 @@ cp -r /usr/src/go /work
cd /work/go/src
chmod -R +w ..
-ln -s ../system/bin/busybox /bin/pwd
+ln -s ../system/bin/toybox /bin/pwd
cat << EOF > /bin/hostname
#!/bin/sh
echo cure