diff options
-rw-r--r-- | documentation/ref-manual/features.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 794a6fd15b..051bf9320a 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -294,11 +294,11 @@ Here are the image features available for all images: | |||
294 | forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist. | 294 | forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist. |
295 | 295 | ||
296 | .. note:: | 296 | .. note:: |
297 | ``empty-root-passwd`` doesn't set an empty root password by itself. | 297 | ``empty-root-password`` doesn't set an empty root password by itself. |
298 | You get an initial empty root password thanks to the | 298 | You get an initial empty root password thanks to the |
299 | :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>` | 299 | :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>` |
300 | and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>` | 300 | and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>` |
301 | recipes, and the presence of ``empty-root-passwd`` or ``debug-tweaks`` | 301 | recipes, and the presence of ``empty-root-password`` or ``debug-tweaks`` |
302 | just disables the mechanism which forces an non-empty password for the | 302 | just disables the mechanism which forces an non-empty password for the |
303 | root user. | 303 | root user. |
304 | 304 | ||