Update log is written to /tmp and lost on reboot #6252
amanat361
started this conversation in
Suggestions
Replies: 1 comment
-
|
Would still love for this to be implemented, I'm currently holding off on updating for this alone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
omarchy-update-performwrites the update log to/tmp/omarchy-update.log. When the update includes a kernel upgrade,omarchy-update-restarttriggers a reboot, which wipes/tmp. The log is lost before the user can review it.Suggestion
Write the log to
~/.local/state/omarchy/update.loginstead. That directory already exists and is used for migration state and toggles. It survives reboots and follows XDG conventions.The change is one line in
bin/omarchy-update-perform:Beta Was this translation helpful? Give feedback.
All reactions