1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +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:
Scott Rifenbark
2015-09-17 09:27:39 -07:00
committed by Richard Purdie
parent fa55b8e505
commit 5752ef3892
+1 -1
View File
@@ -860,7 +860,7 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
inherit extrausers inherit extrausers
EXTRA_USERS_PARAMS = "\ EXTRA_USERS_PARAMS = "\
useradd -P 1876*18 root; \ usermod -P 1876*18 root; \
" "
</literallayout> </literallayout>
</para> </para>