1
0
forked from rosa/hakurei

internal/rosa: export etc native artifact

This is useful for external container tooling.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-10 13:20:55 +09:00
parent f333b8fbd6
commit df0bb877db
3 changed files with 26 additions and 27 deletions
+2 -2
View File
@@ -243,7 +243,7 @@ func (t Toolchain) New(
case stageGentoo, stageEarly:
name += "-boot"
support = append(support, extra...)
support = append(support, cureEtc{})
support = append(support, NewEtc(true))
if t.stage == stageEarly {
_, a := t.MustLoad(_stage0Dist)
support = append(support, a)
@@ -289,7 +289,7 @@ mkdir -vp /work/system/bin
}
support = slices.Concat(extra, t.S.New(t.stage-1).Append([]pkg.Artifact{
cureEtc{newIANAEtc()},
NewEtc(false),
},
base,
_mksh,