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:
Scott Rifenbark 2015-09-17 09:27:39 -07:00 committed by Richard Purdie
parent fa55b8e505
commit 5752ef3892

View File

@ -860,7 +860,7 @@
<literallayout class='monospaced'>
inherit extrausers
EXTRA_USERS_PARAMS = "\
useradd -P 1876*18 root; \
usermod -P 1876*18 root; \
"
</literallayout>
</para>