internal/rosa/hakurei: migrate to helper

This predates the helper infrastructure, so migrate it.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-19 22:10:39 +09:00
parent e7c8656691
commit 009a4e0d58
2 changed files with 62 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ go build -trimpath -v -o /work/system/libexec/hakurei -ldflags="-s -w
-X hakurei.app/internal/info.buildVersion=${HAKUREI_VERSION}
" ./cmd/earlyinit
echo
`, false)
`, "", "", false)
})
}