-
Notifications
You must be signed in to change notification settings - Fork 196
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
[option] to skip ostree-finalize-stage #2281
Comments
The API for this is basically I don't quite understand though the concern about "clean reboot". What's the problem with that? What you should really do today is change the grub option to disable os-prober if so. |
Many people I know, know as equivalelent to reboot - press and hold the power button. Unrelated: |
Ah. But you'd only do the "long press" in cases where the kernel/system has locked up right? On most hardware you can short-press the power button (or just click something in a UI) to initiate a soft reboot...how often are you hitting this hard reboot case? |
First, thanks for taking the time to discuss this. On the own workstation machine, I prefer to press the reset button, I've seen friends of mine using a workstation PC, I haven't seen them on any OS pressing reboot (via software), So rpm-ostree would need to be configured on their machines to do auto-updates On the laptop different stuff: Fedora's GNOME has the power button set to standby horrible. So what I want to achieve is the best possible automatic-update installation |
Not sure, I guess we could add an option in rpm-ostree for this though it'd essentially be re-introducing the bug that staging fixed. Maybe simplest is to just have your systemd timer do |
@jlebon this should work, but then maybe make ostree admin finalize-staged put /etc readonly to prevent that issue that staging fixed (I hope you mean that?) to be triggerred accidenly |
The rpm-ostree upgrade relies on a clean reboot to run the ostree-finalized-stage
@cgwalters mentioned that it is possible to run ostree-finalized-stage manually
but this would result in new changes to /etc to not be propagated into the new deployment
If possible add an option to rpm-ostree to run ostree-finalized-stage,
maybe printing a warning message or make /etc read-only
A lot of people are used to 'reboot' 'eject usb safely' via a hardware related action.
Usecase: be able to enable automatic rpm-ostree updates via the timer,
but not rely on clean reboot at all.
The text was updated successfully, but these errors were encountered: