summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2e02a88980..9a2d532bd4 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11475,6 +11475,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11475 </glossdef> 11475 </glossdef>
11476 </glossentry> 11476 </glossentry>
11477 11477
11478 <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm>
11479 <info>
11480 USE_DEVFS[doc] = "Determines if devtmps is used for/dev population."
11481 </info>
11482 <glossdef>
11483 <para>
11484 Determines if <filename>devtmpfs</filename> is used for
11485 <filename>/dev</filename> population.
11486 The default value used for <filename>USE_DEVFS</filename>
11487 is "1" when no value is specifically set.
11488 Typically, you would set <filename>USE_DEVFS</filename>
11489 to "0" for a statically populated <filename>/dev</filename>
11490 directory.
11491 </para>
11492 </glossdef>
11493 </glossentry>
11494
11478 <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm> 11495 <glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm>
11479 <info> 11496 <info>
11480 USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals." 11497 USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals."