diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-09-12 14:44:19 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-09-12 14:47:42 +0200 |
commit | 8e8e41c7243227e001499efcafbaada278262abd (patch) | |
tree | 5d015b0c79e20cf7324d8b7a79a9b108b81fd2bd /NEWS | |
parent | Merge pull request #34386 from keszybz/mkosi-update-helper (diff) | |
download | systemd-8e8e41c7243227e001499efcafbaada278262abd.tar.xz systemd-8e8e41c7243227e001499efcafbaada278262abd.zip |
NEWS: correct/complete some entries
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -93,12 +93,12 @@ CHANGES WITH 257 in spe: This is analogous to the systemd-nspawn's --private-users=identity. * Unit option PrivateTmp=disconnected can be used to specify that a - separate tmpfs instance should be used for /tmp and /var/tmp for the - unit. + separate tmpfs instance should be used for /tmp/ and /var/tmp/ for + the unit. - * A new sleep.conf HibernateOnACPower= option can be used to enable - hibernation in suspend-then-hibernate mode even when connected to a - power source. + * A new sleep.conf HibernateOnACPower= option has been added, which + when disabled would suppress hibernation in suspend-then-hibernate + mode until the system is disconnected from a power source. * udev rules now set 'uaccess' for /dev/udmabuf, giving locally logged-in users access to the hardware. This is necessary to support @@ -159,6 +159,10 @@ CHANGES WITH 257 in spe: * 'networkctl edit' can now read the new contents from standard input with the new --stdin option. + * 'networkctl edit' and 'cat' now supports editing .netdev files by + link. 'networkctl cat' can also list all configuration files + associated with an interface at once with ':all'. + * networkctl gained a --no-ask-password option to suppress interactive polkit authorization. |