]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention new systemctl verb and fix typo
authorLuca Boccassi <luca.boccassi@microsoft.com>
Fri, 12 Feb 2021 23:34:35 +0000 (23:34 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Feb 2021 23:41:13 +0000 (08:41 +0900)
NEWS

diff --git a/NEWS b/NEWS
index d6f952c8ba5c119b00cf41e53b5d1cac7914a504..f0345f33de2834acc324f015a02effaac9946dcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -80,7 +80,8 @@ CHANGES WITH 248:
 
         * New bind mounts and file system image mounts may be injected into the
           mount namespace of a service (without restarting it). This is exposed
-          as 'systemctl mount-image <unit> <image>…'.
+          respectively as 'systemctl bind <unit> <path>…' and
+          'systemctl mount-image <unit> <image>…'.
 
         * The StandardOuput= and StandardError= settings can now specify files
           to be truncated for output (as "truncate:<path>").
@@ -157,7 +158,7 @@ CHANGES WITH 248:
           DNS query and respond with a mostly unmodified packet received from
           the upstream server.
 
-        * systemd-nspawn gained a new -ambient-capability= setting
+        * systemd-nspawn gained a new --ambient-capability= setting
           (AmbientCapability= in .nspawn files) to configure ambient
           capabilities passed to the container payload.