]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysupdate: Split update into acquire and install verbs (#40236)
authorLuca Boccassi <bluca@debian.org>
Tue, 10 Feb 2026 13:11:52 +0000 (13:11 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 13:11:52 +0000 (13:11 +0000)
Using roughly the approach described in
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/2004#note_2145880.
Basically, copying in-progress downloads to a file/partition with a
predictable prefix, and then moving to a predictable ‘pending’ prefix
when ready to install.

Helps: https://github.com/systemd/systemd/issues/34814


Trivial merge