diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-23 14:39:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-23 14:39:36 +0900 |
| commit | ec7ee0789eae28486a020e7b449992510a52d51f (patch) | |
| tree | 6d7466df400a2e4ec6023a4c002642e416acaab2 /internal/rosa | |
| parent | 42c93a57a49623aee47bc1b5c025643d4745fe8b (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.go | 2 |
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/", |
