ref-manual: Added USE_DEVFS variable description

(From yocto-docs rev: 0999c2811d3bf5a2e5998f81da91960ee4c9c855)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Pascal Bach 2015-01-16 13:18:35 -08:00 committed by Richard Purdie
parent 8bb0ffb09a
commit b273c25857
1 changed files with 17 additions and 0 deletions

View File

@ -11475,6 +11475,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm>
<info>
USE_DEVFS[doc] = "Determines if devtmps is used for/dev population."
</info>
<glossdef>
<para>
Determines if <filename>devtmpfs</filename> is used for
<filename>/dev</filename> population.
The default value used for <filename>USE_DEVFS</filename>
is "1" when no value is specifically set.
Typically, you would set <filename>USE_DEVFS</filename>
to "0" for a statically populated <filename>/dev</filename>
directory.
</para>
</glossdef>
</glossentry>
<glossentry id='var-USE_VT'><glossterm><imagedata fileref="figures/define-generic.png" />USE_VT</glossterm>
<info>
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."