From 9329d7c5ee47d9bdeac1d033b0a31c5237e56953 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 1 Jul 2014 10:20:01 +0300 Subject: ref-manual: Added SYSVINIT_ENABLED_GETTYS variable description. (From yocto-docs rev: 25d3b63cbb845e95ea309e4247d19366df7400ba) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4a7efdbeab..6f90c5cf3b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -8334,6 +8334,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SYSVINIT_ENABLED_GETTYS + + + When using + SysVinit, + specifies a space-separated list of the virtual terminals + that should be running a + getty + (allowing login), assuming + USE_VT + is not set to "0". + + + + The default value for + SYSVINIT_ENABLED_GETTYS is "1" + (i.e. only run a getty on the first virtual terminal). + + + + T -- cgit v1.2.3-54-g00ecf