]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Support global sysext/confext in systemd-stub/systemd-sysext (#38113)
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Jul 2025 19:10:51 +0000 (21:10 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 19:10:51 +0000 (21:10 +0200)
Systemd-stub supports loading addons, credentials, system and
configuration
extensions from ESP and while addons and credentials can be both global
and
per-UKI, sysext/confext are only per-UKI.

Add support for global sysext/confext to systemd-stub/systemd-sysext.

Fixes #37993


Trivial merge