local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS

The `groupdel' command doesn't support '-g' option, so remove it.

[YOCTO #6575]

(From meta-yocto rev: 2dd9b0f4f6186c4e93c84fe8880b9f7905f9998a)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi 2014-07-31 16:41:06 +08:00 committed by Richard Purdie
parent 83775dcc90
commit 870bb8d355
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@
#useradd -p '' tester; \
#groupadd developers; \
#userdel nobody; \
#groupdel -g video; \
#groupdel video; \
#groupmod -g 1020 developers; \
#usermod -s /bin/sh tester; \
#"