summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-04-01 15:47:15 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-04-02 06:11:13 +0900
commita313424154a74974069c3971b79291c2b72cd0ef (patch)
tree016f536fe60ba5bcbc6c2c9cc38dd6b1c6b47f2b
parentdd09a9ec0f3f32ebedb52ddb8ae983e7de812d14 (diff)
downloadsystemd-a313424154a74974069c3971b79291c2b72cd0ef.tar.gz
NEWS: document the change to installation
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8fccb3c4cc..e0829002b9 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,