summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml19
1 files changed, 14 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a7d257b176..d7902ca5a2 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11657,15 +11657,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11657 11657
11658 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK</glossterm> 11658 <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK</glossterm>
11659 <info> 11659 <info>
11660 SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit." 11660 SERIAL_CONSOLES_CHECK[doc] = "Specifies serial consoles, which must be listed in SERIAL_CONSOLES, to check against /proc/console before enabling them using getty. Supported only by SysVinit."
11661 </info> 11661 </info>
11662 <glossdef> 11662 <glossdef>
11663 <para role="glossdeffirst"> 11663 <para role="glossdeffirst">
11664<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 11664<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
11665 Similar to 11665 Specifies serial consoles, which must be listed in
11666 <link linkend='var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></link> 11666 <link linkend='var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></link>,
11667 except the device is checked for existence before attempting 11667 to check against <filename>/proc/console</filename>
11668 to enable it. 11668 before enabling them using getty.
11669 This variable allows aliasing in the format:
11670 &lt;device&gt;:&lt;alias&gt;.
11671 If a device was listed as "sclp_line0"
11672 in <filename>/dev/</filename> and "ttyS0" was listed
11673 in <filename>/proc/console</filename>, you would do the
11674 following:
11675 <literallayout class='monospaced'>
11676 SERIAL_CONSOLES_CHECK = "slcp_line0:ttyS0"
11677 </literallayout>
11669 This variable is currently only supported with SysVinit 11678 This variable is currently only supported with SysVinit
11670 (i.e. not with systemd). 11679 (i.e. not with systemd).
11671 </para> 11680 </para>