summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-5.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-5.2.rst')
-rw-r--r--documentation/migration-guides/migration-5.2.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
index 6b7d02d656..9e9f466ade 100644
--- a/documentation/migration-guides/migration-5.2.rst
+++ b/documentation/migration-guides/migration-5.2.rst
@@ -104,6 +104,13 @@ systemd changes
104 ``journald.conf`` to "persistent". The ``/var/log/journal`` directory is now 104 ``journald.conf`` to "persistent". The ``/var/log/journal`` directory is now
105 used for logging instead of ``/run/log``. 105 used for logging instead of ``/run/log``.
106 106
107- If ``pni-names`` is not in the :term:`DISTRO_FEATURES`, the `Predictable
108 Network Interface names <https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/>`__
109 systemd feature will now be disabled. Previously the feature was still
110 enabled even if ``pni-names`` was not part of :term:`DISTRO_FEATURES`. Make
111 sure to add the feature to :term:`DISTRO_FEATURES` if you want to keep this
112 systemd behavior.
113
107Multiconfig changes 114Multiconfig changes
108~~~~~~~~~~~~~~~~~~~ 115~~~~~~~~~~~~~~~~~~~
109 116