]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: document the change to installation
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 1 Apr 2019 13:47:15 +0000 (15:47 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 1 Apr 2019 21:11:13 +0000 (06:11 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 8fccb3c4ccdf527476faa4a902eb0a92422fa02f..e0829002b91a101215efefdccab1d4ee60e93638 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -192,6 +192,15 @@ CHANGES WITH 242 in spe:
           This makes it easier to use kernel-install with plugins which support
           a different layout of the bootloader partitions (for example grub2).
 
+        * During package installation (with `ninja install`), we would create
+          symlinks for systemd-networkd.service, systemd-networkd.socket,
+          systemd-resolved.service, remote-cryptsetup.target, remote-fs.target,
+          systemd-networkd-wait-online.service, and systemd-timesyncd.service
+          in /etc, as if `systemctl enable` was called for those units, to make
+          the system usable immediately after installation. Now this is not
+          done anymore, and instead calling `systemctl preset-all` is
+          recommended after the first installation of systemd.
+
 CHANGES WITH 241:
 
         * The default locale can now be configured at compile time. Otherwise,