aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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/",