mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
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:
@@ -282,7 +282,7 @@
|
|||||||
#useradd -p '' tester; \
|
#useradd -p '' tester; \
|
||||||
#groupadd developers; \
|
#groupadd developers; \
|
||||||
#userdel nobody; \
|
#userdel nobody; \
|
||||||
#groupdel -g video; \
|
#groupdel video; \
|
||||||
#groupmod -g 1020 developers; \
|
#groupmod -g 1020 developers; \
|
||||||
#usermod -s /bin/sh tester; \
|
#usermod -s /bin/sh tester; \
|
||||||
#"
|
#"
|
||||||
|
|||||||
Reference in New Issue
Block a user