summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 6ba792d3f9..60423d8533 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -576,6 +576,14 @@ Finally, here is an example that sets the root password::
576 usermod -p '${PASSWD}' root; \ 576 usermod -p '${PASSWD}' root; \
577 " 577 "
578 578
579.. note::
580
581 From a security perspective, hardcoding a default password is not
582 generally a good idea or even legal in some jurisdictions. It is
583 recommended that you do not do this if you are building a production
584 image.
585
586
579.. _ref-classes-features_check: 587.. _ref-classes-features_check:
580 588
581``features_check.bbclass`` 589``features_check.bbclass``