]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysupdated: don't crash when an mstack machine image is found main
authorKai Lüke <kai@amutable.com>
Thu, 16 Apr 2026 06:24:27 +0000 (15:24 +0900)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 16 Apr 2026 08:20:49 +0000 (10:20 +0200)
commit4efb5d389c9653e3a61e583c64dc3d094eb8911e
treee14f8d8b9285022dee9f93d22e3ff290c8f0027c
parent48326af23a1c9d95f9aa2fd66fcecbc7f90ccff5
sysupdated: don't crash when an mstack machine image is found

As soon as machinectl list-images has an mstack entry updatectl fails
because systemd-sysupdated crashes with an assertion failing because
the mstack case was not handled.
For now mstack is not supported as image for sysupdate to operate on
and we can skip it.

Fixes https://github.com/systemd/systemd/issues/41649
src/sysupdate/sysupdated.c