From: Luca Boccassi Date: Tue, 18 Jul 2023 14:50:57 +0000 (+0100) Subject: NEWS: note that /run/host/os-release is available more broadly X-Git-Tag: v254-rc3~25^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28445%2Fhead;p=thirdparty%2Fsystemd.git NEWS: note that /run/host/os-release is available more broadly --- diff --git a/NEWS b/NEWS index cf85eb889ee..86e866c7433 100644 --- 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.