internal/app/outcome: apply configured filesystems late

This enables configured filesystems to cover system mount points.

Closes #8.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-10-19 01:41:52 +09:00
parent 543bf69102
commit e47aebb7a0
8 changed files with 71 additions and 73 deletions

View File

@@ -272,9 +272,6 @@ func (state *outcomeStateSys) toSystem() error {
// must run first
&spParamsOp{},
// TODO(ophestra): move this late for #8 and #9
&spFilesystemOp{},
&spRuntimeOp{},
spTmpdirOp{},
spAccountOp{},
@@ -285,6 +282,7 @@ func (state *outcomeStateSys) toSystem() error {
&spPulseOp{},
&spDBusOp{},
&spFilesystemOp{},
spFinalOp{},
}