mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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:
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user