You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, when building Finit binaries statically linked, tmpfiles.d feature is not working, namely:
the temporary dirs are not getting created according to config rules
finit.debug=true log does not show any activity with regard to required files/dirs management
Tracking the issue down revealed, that the required functionality is managed by bootmisc module, that does not seem to get initialized, even though it was compiled and linked statically into the final binary.
When linked dynamically, the issue is not observed.