]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: note that /run/host/os-release is available more broadly 28445/head
authorLuca Boccassi <bluca@debian.org>
Tue, 18 Jul 2023 14:50:57 +0000 (15:50 +0100)
committerLuca Boccassi <bluca@debian.org>
Tue, 18 Jul 2023 16:26:02 +0000 (17:26 +0100)
NEWS

diff --git a/NEWS b/NEWS
index cf85eb889eedb9e1b265a4a6b93d89d681f2273f..86e866c743337df27f7e1cff74abfe30ead5506c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -183,6 +183,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.