diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
1 files changed, 21 insertions, 0 deletions
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" | |||
8334 | </glossdef> | 8334 | </glossdef> |
8335 | </glossentry> | 8335 | </glossentry> |
8336 | 8336 | ||
8337 | <glossentry id='var-SYSVINIT_ENABLED_GETTYS'><glossterm>SYSVINIT_ENABLED_GETTYS</glossterm> | ||
8338 | <glossdef> | ||
8339 | <para> | ||
8340 | When using | ||
8341 | <ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-enabling-system-services'>SysVinit</ulink>, | ||
8342 | specifies a space-separated list of the virtual terminals | ||
8343 | that should be running a | ||
8344 | <ulink url='http://en.wikipedia.org/wiki/Getty_%28Unix%29'>getty</ulink> | ||
8345 | (allowing login), assuming | ||
8346 | <link linkend='var-USE_VT'><filename>USE_VT</filename></link> | ||
8347 | is not set to "0". | ||
8348 | </para> | ||
8349 | |||
8350 | <para> | ||
8351 | The default value for | ||
8352 | <filename>SYSVINIT_ENABLED_GETTYS</filename> is "1" | ||
8353 | (i.e. only run a getty on the first virtual terminal). | ||
8354 | </para> | ||
8355 | </glossdef> | ||
8356 | </glossentry> | ||
8357 | |||
8337 | </glossdiv> | 8358 | </glossdiv> |
8338 | 8359 | ||
8339 | <glossdiv id='var-glossary-t'><title>T</title> | 8360 | <glossdiv id='var-glossary-t'><title>T</title> |