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
Currently [tracer](https://github.com/FrostyX/tracer/blob/master/tracer/controllers/default.py#L146) puts a message into /run/reboot-required with a brief explanation of why the reboot is required.
Id would be nice if bootc also put a message into /run/reboot-required. This way I could a something like this to /etc/profile.d as a notice to folks:
if [[ -e /run/reboot-required ]]; then
cat /run/reboot-required
fi
I was thinking something like:
bootc says a reboot is required to load staged image: XYZ