From: Luca Boccassi Date: Fri, 12 Feb 2021 23:34:35 +0000 (+0000) Subject: NEWS: mention new systemctl verb and fix typo X-Git-Tag: v248-rc1~148 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=9ba008cbc378d1f06b28174614437f875cca5248;p=systemd%2F.git NEWS: mention new systemctl verb and fix typo --- diff --git a/NEWS b/NEWS index d6f952c8ba..f0345f33de 100644 --- 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 …'. + respectively as 'systemctl bind …' and + 'systemctl mount-image …'. * The StandardOuput= and StandardError= settings can now specify files to be truncated for output (as "truncate:"). @@ -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.