diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-21 18:08:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-21 18:10:02 +0900 |
| commit | af4c3bbff2d4ef012db945963680f8f764e592ae (patch) | |
| tree | 2ac36029a7f9ae35fde6177ca8b089f9d0047e42 /internal/rosa/stage0.go | |
| parent | 54aae9d72a12ae8af93ba35d00a3817e3105dcce (diff) | |
internal/rosa/package: migrate toybox
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/stage0.go')
| -rw-r--r-- | internal/rosa/stage0.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go index eff0c5a8..a3bd8984 100644 --- a/internal/rosa/stage0.go +++ b/internal/rosa/stage0.go @@ -28,7 +28,7 @@ tar \ `, pkg.Path(fhs.AbsRoot.Append("stage0"), false, t.Append(nil, LLVM, Mksh, - toyboxEarly, + _toyboxEarly, )...)) }) } @@ -37,7 +37,7 @@ tar \ func (s *S) HasStage0() (ok bool) { func() { defer func() { ok = recover() == nil }() - s.New(stageEarly).MustLoad(stage0Dist) + s.New(stageEarly).MustLoad(_stage0Dist) }() return } |
