From: Zbigniew Jędrzejewski-Szmek Date: Mon, 1 Apr 2019 13:47:15 +0000 (+0200) Subject: NEWS: document the change to installation X-Git-Tag: v242-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a313424154a74974069c3971b79291c2b72cd0ef;p=thirdparty%2Fsystemd.git NEWS: document the change to installation --- diff --git a/NEWS b/NEWS index 8fccb3c4ccd..e0829002b91 100644 --- 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,