internal/rosa/fuse: fix init script path

The default value is quite misleading.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-23 14:39:36 +09:00
parent 42c93a57a4
commit ec7ee0789e

View File

@@ -17,7 +17,7 @@ func (t Toolchain) newFuse() pkg.Artifact {
{"Ddefault_library", "both"},
{"Dtests", "true"},
{"Duseroot", "false"},
{"Dinitscriptdir", "/system/init.d"},
{"Dinitscriptdir", "/system/etc"},
},
ScriptCompiled: "python3 -m pytest test/",