From abf96d228308fdd2f728d7ccacb170d37590d911 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 19:51:18 +0900 Subject: 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 --- internal/rosa/go.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/go.go') 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 -- cgit v1.3.1