* [yocto-docs][PATCH] ref-manual: fix example of setting root password using extrausers
@ 2015-07-16 10:10 Paul Eggleton
0 siblings, 0 replies; only message in thread
From: Paul Eggleton @ 2015-07-16 10:10 UTC (permalink / raw)
To: yocto
We need to use usermod here not useradd.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
documentation/ref-manual/ref-classes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index d482ca0..253079d 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -860,7 +860,7 @@
<literallayout class='monospaced'>
inherit extrausers
EXTRA_USERS_PARAMS = "\
- useradd -P 1876*18 root; \
+ usermod -P 1876*18 root; \
"
</literallayout>
</para>
--
2.1.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-16 10:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 10:10 [yocto-docs][PATCH] ref-manual: fix example of setting root password using extrausers Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.