ref-manual: Added some references to variables in the useradd class.

Added links to USERADD_PACKAGES, USERADD_PARAM, GROUPADD_PARAM,
and GROUPMEMS_PARAM

(From yocto-docs rev: d0a594b474662fe5daee6fb72b6190541a40ef14)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-09 15:07:02 -06:00 committed by Richard Purdie
parent 7b0e4fb067
commit 49735c68e0
1 changed files with 10 additions and 0 deletions

View File

@ -2941,6 +2941,16 @@
See the <filename>useradd-example.bb</filename> recipe for more
information on how to use this class.
</para>
<para>
The <filename>useradd</filename> class supports the
<link linkend='var-USERADD_PACKAGES'><filename>USERADD_PACKAGES</filename></link>,
<link linkend='var-USERADD_PARAM'><filename>USERADD_PARAM</filename></link>,
<link linkend='var-GROUPADD_PARAM'><filename>GROUPADD_PARAM</filename></link>,
and
<link linkend='var-GROUPMEMS_PARAM'><filename>GROUPMEMS_PARAM</filename></link>
variables.
</para>
</section>
<section id='ref-classes-utility-tasks'>