summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/migration-4.3.rst3
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst3
2 files changed, 5 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index 278697545e..9f8fe34ca3 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -130,6 +130,9 @@ The following variables have been removed:
130- ``PERLARCH`` 130- ``PERLARCH``
131- ``PERLVERSION`` 131- ``PERLVERSION``
132- ``QEMU_USE_SLIRP`` 132- ``QEMU_USE_SLIRP``
133- ``SERIAL_CONSOLES_CHECK``, which is no longer necessary because all
134 consoles listed in :term:`SERIAL_CONSOLES` are checked for their existence
135 before a ``getty`` is started.
133 136
134.. _migration-4.3-removed-recipes: 137.. _migration-4.3-removed-recipes:
135 138
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 4da23837a2..717c4e39d5 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -92,7 +92,8 @@ New Features / Enhancements in 4.3
92 92
93 - `ttyrun <https://github.com/ibm-s390-linux/s390-tools>`__, starts 93 - `ttyrun <https://github.com/ibm-s390-linux/s390-tools>`__, starts
94 ``getty`` programs only when a terminal exists, preventing respawns 94 ``getty`` programs only when a terminal exists, preventing respawns
95 through the ``init`` program. 95 through the ``init`` program. This allowed to remove the
96 ``SERIAL_CONSOLES_CHECK`` variable.
96 97
97- New classes: 98- New classes:
98 99