summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-04-17 21:28:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-28 14:46:17 +0100
commitc48e08868244935d63d73d5f205303112707adf4 (patch)
treefb8b674058784be86e41b1e3774e90d66d722634 /documentation/ref-manual
parent86d9c4cb2ace6332e9dd3648bd6f80d0f9e37784 (diff)
downloadpoky-c48e08868244935d63d73d5f205303112707adf4.tar.gz
ref-manual: variables.rst: add wikipedia shortcut for "getty"
(From yocto-docs rev: 2f07fddce909d13a7175e713118af7730e2e5529) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst19
1 files changed, 8 insertions, 11 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 79d56dd704..29143caa3e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7334,9 +7334,9 @@ system and gives an overview of their function and contents.
7334 7334
7335 :term:`SERIAL_CONSOLES` 7335 :term:`SERIAL_CONSOLES`
7336 Defines a serial console (TTY) to enable using 7336 Defines a serial console (TTY) to enable using
7337 `getty <https://en.wikipedia.org/wiki/Getty_(Unix)>`__. Provide a 7337 :wikipedia:`getty <Getty_(Unix)>`. Provide a value that specifies the
7338 value that specifies the baud rate followed by the TTY device name 7338 baud rate followed by the TTY device name separated by a semicolon.
7339 separated by a semicolon. Use spaces to separate multiple devices:: 7339 Use spaces to separate multiple devices::
7340 7340
7341 SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" 7341 SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
7342 7342
@@ -8265,12 +8265,10 @@ system and gives an overview of their function and contents.
8265 will be silently ignored. 8265 will be silently ignored.
8266 8266
8267 :term:`SYSVINIT_ENABLED_GETTYS` 8267 :term:`SYSVINIT_ENABLED_GETTYS`
8268 When using 8268 When using :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`,
8269 :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`,
8270 specifies a space-separated list of the virtual terminals that should 8269 specifies a space-separated list of the virtual terminals that should
8271 run a `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ 8270 run a :wikipedia:`getty <Getty_(Unix)>` (allowing login), assuming
8272 (allowing login), assuming :term:`USE_VT` is not set to 8271 :term:`USE_VT` is not set to "0".
8273 "0".
8274 8272
8275 The default value for :term:`SYSVINIT_ENABLED_GETTYS` is "1" (i.e. only 8273 The default value for :term:`SYSVINIT_ENABLED_GETTYS` is "1" (i.e. only
8276 run a getty on the first virtual terminal). 8274 run a getty on the first virtual terminal).
@@ -9177,9 +9175,8 @@ system and gives an overview of their function and contents.
9177 :term:`USE_VT` 9175 :term:`USE_VT`
9178 When using 9176 When using
9179 :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`, 9177 :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`,
9180 determines whether or not to run a 9178 determines whether or not to run a :wikipedia:`getty <Getty_(Unix)>`
9181 `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any 9179 on any virtual terminals in order to enable logging in through those
9182 virtual terminals in order to enable logging in through those
9183 terminals. 9180 terminals.
9184 9181
9185 The default value used for :term:`USE_VT` is "1" when no default value is 9182 The default value used for :term:`USE_VT` is "1" when no default value is