mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
ref-manual: Corrected example to modify extrauser root password example
Fixes [YOCTO #7925] Changed the final example from "useradd" to "usermod". (From yocto-docs rev: 4360a2ab5734d456648efd72df6b1de4a3980ded) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fa55b8e505
commit
5752ef3892
@@ -860,7 +860,7 @@
|
||||
<literallayout class='monospaced'>
|
||||
inherit extrausers
|
||||
EXTRA_USERS_PARAMS = "\
|
||||
useradd -P 1876*18 root; \
|
||||
usermod -P 1876*18 root; \
|
||||
"
|
||||
</literallayout>
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user