aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-23 14:39:36 +0900
committerOphestra <cat@gensokyo.uk>2026-02-23 14:39:36 +0900
commitec7ee0789eae28486a020e7b449992510a52d51f (patch)
tree6d7466df400a2e4ec6023a4c002642e416acaab2 /internal/rosa
parent42c93a57a49623aee47bc1b5c025643d4745fe8b (diff)
internal/rosa/fuse: fix init script path
The default value is quite misleading. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
-rw-r--r--internal/rosa/fuse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/fuse.go b/internal/rosa/fuse.go
index 8ce07436..36b4bdd0 100644
--- a/internal/rosa/fuse.go
+++ b/internal/rosa/fuse.go
@@ -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/",