diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-08-25 18:39:23 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-09-02 09:56:24 +0200 |
commit | 4da159bc53d3db4a98c923d3f57d656713ff5813 (patch) | |
tree | eb0bb7120e7151c71bb454fef37c21c846b0e5b1 /NEWS | |
parent | core,systemctl: refuse switching root to current root properly (diff) | |
download | systemd-4da159bc53d3db4a98c923d3f57d656713ff5813.tar.xz systemd-4da159bc53d3db4a98c923d3f57d656713ff5813.zip |
core,systemctl: refuse switching root if we're not in initrd
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ CHANGES WITH 255 in spe: by default when combined with --scope, will be changed in a future release to be enabled by default. + * "systemctl switch-root" is now restricted to initrd transtions only. + Transitions between real systems should be done with "systemctl soft-reboot" + instead. + Device Management: * udev will now create symlinks to loopback block devices in the |