Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make /var/run empty on reboots #9433

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

smira
Copy link
Member

@smira smira commented Oct 3, 2024

For new installs, simply symlink to /run (which is tmpfs).

For old installs, simulate by cleaning up the contents.

Fixes #9432

Related to #9365

For new installs, simply symlink to `/run` (which is `tmpfs`).

For old installs, simulate by cleaning up the contents.

Fixes siderolabs#9432

Related to siderolabs#9365

Signed-off-by: Andrey Smirnov <[email protected]>
@smira
Copy link
Member Author

smira commented Oct 3, 2024

/m

@talos-bot talos-bot merged commit f711907 into siderolabs:main Oct 3, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Proposed
Development

Successfully merging this pull request may close these issues.

bug: /var/run persists across reboots
3 participants