diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-21 11:26:37 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-22 22:12:11 +0200 |
commit | f37bb30da1d6a9553c649c81499ed2b8ce660683 (patch) | |
tree | 0ca566ae9b0f23016c8dd081a2fd1d7926e440e8 /docs/manual/makeusers-syntax.txt | |
parent | 2ff8f54e7930b029ea6cdf6037af7437f2cc1919 (diff) | |
download | buildroot-f37bb30da1d6a9553c649c81499ed2b8ce660683.tar.gz buildroot-f37bb30da1d6a9553c649c81499ed2b8ce660683.zip |
docs/manual: document makeusers group-only creation
[Thomas: slightly reword according to the help text.]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/makeusers-syntax.txt')
-rw-r--r-- | docs/manual/makeusers-syntax.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/makeusers-syntax.txt b/docs/manual/makeusers-syntax.txt index 5b3f34777e..ecf3eb040a 100644 --- a/docs/manual/makeusers-syntax.txt +++ b/docs/manual/makeusers-syntax.txt @@ -16,7 +16,8 @@ user per line; the fields are: Where: - +username+ is the desired user name (aka login name) for the user. - It can not be +root+, and must be unique. + It can not be +root+, and must be unique. If set to +-+, then just a + group will be created. - +uid+ is the desired UID for the user. It must be unique, and not +0+. If set to +-1+, then a unique UID will be computed by Buildroot in the range [1000...1999] |