diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 19 |
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 |
