summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-07-19 10:34:06 +0200
committerGitHub <noreply@github.com>2023-07-19 10:34:06 +0200
commit7177c9022e4136963b3bd49f0676110380c2fa6b (patch)
tree72bdbc9b9204ee0fd20b093e2ec3f8633ccd147a /NEWS
parentMerge pull request #28447 from mrc0mmand/test-network (diff)
parentNEWS: note that /run/host/os-release is available more broadly (diff)
downloadsystemd-7177c9022e4136963b3bd49f0676110380c2fa6b.tar.xz
systemd-7177c9022e4136963b3bd49f0676110380c2fa6b.zip
Merge pull request #28445 from bluca/run_host_release
core: copy the host's os-release for /run/host/os-release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c7f4c3c0f1..3da7a15aa6 100644
--- a/NEWS
+++ b/NEWS
@@ -190,6 +190,13 @@ CHANGES WITH 254 in spe:
reboot mechanism is accessible via the new "systemctl soft-reboot"
command.
+ * Services using RootDirectory= or RootImage= will now have read-only
+ access to a copy of the host's os-release file under
+ /run/host/os-release, which will be kept up-to-date on 'soft-reboot'.
+ This was already the case for Portable Services, and the feature has
+ now been extended to all services that do not run off the host's
+ root filesystem.
+
* A new service setting MemoryKSM= has been added to enable kernel
same-page merging individually for services.