diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-09 15:07:02 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:25 +0000 |
commit | 49735c68e0e01774836413965cf471483a8f38a8 (patch) | |
tree | 6a9fd7ce706d40eed64394e92cda5d3ebe7185ad /documentation | |
parent | 7b0e4fb0674189c21a0046bb1208ec85c7ea7190 (diff) | |
download | poky-49735c68e0e01774836413965cf471483a8f38a8.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 555918e80a..a219a930b9 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2941,6 +2941,16 @@ | |||
2941 | See the <filename>useradd-example.bb</filename> recipe for more | 2941 | See the <filename>useradd-example.bb</filename> recipe for more |
2942 | information on how to use this class. | 2942 | information on how to use this class. |
2943 | </para> | 2943 | </para> |
2944 | |||
2945 | <para> | ||
2946 | The <filename>useradd</filename> class supports the | ||
2947 | <link linkend='var-USERADD_PACKAGES'><filename>USERADD_PACKAGES</filename></link>, | ||
2948 | <link linkend='var-USERADD_PARAM'><filename>USERADD_PARAM</filename></link>, | ||
2949 | <link linkend='var-GROUPADD_PARAM'><filename>GROUPADD_PARAM</filename></link>, | ||
2950 | and | ||
2951 | <link linkend='var-GROUPMEMS_PARAM'><filename>GROUPMEMS_PARAM</filename></link> | ||
2952 | variables. | ||
2953 | </para> | ||
2944 | </section> | 2954 | </section> |
2945 | 2955 | ||
2946 | <section id='ref-classes-utility-tasks'> | 2956 | <section id='ref-classes-utility-tasks'> |