aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rsync.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-28 01:24:56 +0900
committerOphestra <cat@gensokyo.uk>2026-01-28 01:24:56 +0900
commitcc403c96d8cb23aceb7aca4a88ce73f422934a39 (patch)
tree6b6ee8932582bf6a94e1f49ae6b653ea21f956c0 /internal/rosa/rsync.go
parent66118ba9419b52f0c993b7ce715807fde7e9e07e (diff)
internal/rosa: remove busybox patch
This allows different versions of busybox to be attempted, to find one that works on arm. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/rsync.go')
-rw-r--r--internal/rosa/rsync.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/rsync.go b/internal/rosa/rsync.go
index 8ce704e7..0c2ada93 100644
--- a/internal/rosa/rsync.go
+++ b/internal/rosa/rsync.go
@@ -9,6 +9,7 @@ func (t Toolchain) newRsync() pkg.Artifact {
)
return t.New("rsync-"+version, false, []pkg.Artifact{
t.Load(Make),
+ t.Load(Gawk),
}, nil, nil, `
cd "$(mktemp -d)"
/usr/src/rsync/configure --prefix=/system \