diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d9fb9e2f4a..89437f7764 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3967,16 +3967,26 @@
producing your final image.
Among other things, leaving this in place sets the
root password as blank.
-
+
- It is possible to set a root password or to add
- some additional user account for later administrative
- or service access using the
+ It is possible to set a root password for the image.
+ For information on how to do that, see the
+ How do I set or change the root password
+ Wiki page.
+
+
+ It is possible to add an additional user account
+ for later administrative or service access using the
extrausers
class or the
ROOTFS_POSTPROCESS_COMMAND
variable.
- If you do this, be cautious about setting
+ For an example on how to add users, see the
+ "extrausers.bbclass"
+ section.
+
+ If you do add extra user accounts,
+ be cautious about setting
the same password for every device.
If you want the device to remain secure
from unauthorized access, and the password set on
@@ -3985,7 +3995,7 @@
If you need this access but want to ensure security,
consider setting a different, random password for each
device.
-
+