From 1ef7bedfb5977ad51020ff96f0ca43ddf58de313 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 11 Feb 2026 01:36:41 +0900 Subject: [PATCH] internal/rosa/toybox: do not assume bash location For compatibility with Gentoo stage3 as bootstrap seed. Signed-off-by: Ophestra --- internal/rosa/toybox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rosa/toybox.go b/internal/rosa/toybox.go index a35215b..1bd118d 100644 --- a/internal/rosa/toybox.go +++ b/internal/rosa/toybox.go @@ -17,7 +17,7 @@ func (t Toolchain) newToybox(suffix, script string) pkg.Artifact { "ROSA_CHECK=make USER=cure tests", ), ` chmod +w /bin/ -ln -sf ../system/bin/bash /bin/ +ln -rs "$(which bash)" /bin/ || true cd /usr/src/toybox chmod +w kconfig tests