From 8c2648286aae7fff9e9657ae0a3fd88aa129bf26 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 1 Jul 2014 10:32:58 +0300 Subject: ref-manual: Added USE_VT variable description. (From yocto-docs rev: c56cea783f87932de7ba6c02a1256f1303298f48) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 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 6f90c5cf3b..cb43016fe2 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9487,6 +9487,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + USE_VT + + + When using + SysVinit, + determines whether or not to run a + getty + on any virtual terminals in order to enable logging in + through those terminals. + + + + The default value used for USE_VT + is "1" when no default value is specifically set. + Typically, you would set USE_VT + to "0" in the machine configuration file for machines + that do not have a graphical display attached and + therefore do not need virtual terminal functionality. + + + + USER_CLASSES -- cgit v1.2.3-54-g00ecf