From ec7ee0789eae28486a020e7b449992510a52d51f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 23 Feb 2026 14:39:36 +0900 Subject: [PATCH] internal/rosa/fuse: fix init script path The default value is quite misleading. Signed-off-by: Ophestra --- internal/rosa/fuse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rosa/fuse.go b/internal/rosa/fuse.go index 8ce0743..36b4bdd 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/",