From c48e08868244935d63d73d5f205303112707adf4 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 17 Apr 2023 21:28:29 +0200 Subject: ref-manual: variables.rst: add wikipedia shortcut for "getty" (From yocto-docs rev: 2f07fddce909d13a7175e713118af7730e2e5529) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'documentation/ref-manual') 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. :term:`SERIAL_CONSOLES` Defines a serial console (TTY) to enable using - `getty `__. Provide a - value that specifies the baud rate followed by the TTY device name - separated by a semicolon. Use spaces to separate multiple devices:: + :wikipedia:`getty `. Provide a value that specifies the + baud rate followed by the TTY device name separated by a semicolon. + Use spaces to separate multiple devices:: SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" @@ -8265,12 +8265,10 @@ system and gives an overview of their function and contents. will be silently ignored. :term:`SYSVINIT_ENABLED_GETTYS` - When using - :ref:`SysVinit `, + When using :ref:`SysVinit `, specifies a space-separated list of the virtual terminals that should - run a `getty `__ - (allowing login), assuming :term:`USE_VT` is not set to - "0". + run a :wikipedia:`getty ` (allowing login), assuming + :term:`USE_VT` is not set to "0". The default value for :term:`SYSVINIT_ENABLED_GETTYS` is "1" (i.e. only run a getty on the first virtual terminal). @@ -9177,9 +9175,8 @@ system and gives an overview of their function and contents. :term:`USE_VT` When using :ref:`SysVinit `, - determines whether or not to run a - `getty `__ on any - virtual terminals in order to enable logging in through those + determines whether or not to run a :wikipedia:`getty ` + on any virtual terminals in order to enable logging in through those terminals. The default value used for :term:`USE_VT` is "1" when no default value is -- cgit v1.2.3-54-g00ecf