]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update NEWS 28498/head
authorLuca Boccassi <bluca@debian.org>
Sat, 22 Jul 2023 22:35:49 +0000 (23:35 +0100)
committerLuca Boccassi <bluca@debian.org>
Mon, 24 Jul 2023 09:45:28 +0000 (10:45 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 1fa079bfdb4cd0aa4f27efc5809a60a3db445505..209192630c1a5961b3b57823862005eb3d401493 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -187,10 +187,7 @@ CHANGES WITH 254 in spe:
           system reset involves. Moreover, open file descriptors may be passed
           across the soft reboot into the new system where they will be passed
           back to the originating services. This allows pinning resources
-          across the reboot, thus minimizing grey-out time further. Moreover,
-          it is possible to allow specific crucial services to survive the
-          reboot process, if they run off a separate root file system (i.e. use
-          RootDirectory= or RootImage=, or are portable services). This new
+          across the reboot, thus minimizing grey-out time further. This new
           reboot mechanism is accessible via the new "systemctl soft-reboot"
           command.