Automatic update staging is not configured; README claims it is #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The README stated "Updates apply automatically on reboot", but the image configured no automatic update mechanism — updates were manual only (
just update+ reboot).Decision (2026-07-15): hybrid update model — stage silently in the background, apply at next reboot, with a gentle "restart when convenient" notification. No Windows-style consent prompts; atomic rollback (
just rollback) is the safety net.Checklist:
AutomaticUpdatePolicy=stagevia/etc/rpm-ostreed.conf(verified against the rpm-ostreed.conf man page: stage "downloads and unpacks the update, queuing it for the next boot")rpm-ostreed-automatic.timerenabled in the Containerfile — the enable doubles as a build-time existence check for the unit; build passed (commitd8e5609, image published)Remaining items blocked on the Hetzner testbed (account being set up).