diff options
Diffstat (limited to 'documentation/ref-manual/features.rst')
-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 a5b01e8df7..9345543ebb 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -296,11 +296,11 @@ Here are the image features available for all images: | |||
296 | forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist. | 296 | forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist. |
297 | 297 | ||
298 | .. note:: | 298 | .. note:: |
299 | ``empty-root-passwd`` doesn't set an empty root password by itself. | 299 | ``empty-root-password`` doesn't set an empty root password by itself. |
300 | You get an initial empty root password thanks to the | 300 | You get an initial empty root password thanks to the |
301 | :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>` | 301 | :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>` |
302 | and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>` | 302 | and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>` |
303 | recipes, and the presence of ``empty-root-passwd`` or ``debug-tweaks`` | 303 | recipes, and the presence of ``empty-root-password`` or ``debug-tweaks`` |
304 | just disables the mechanism which forces an non-empty password for the | 304 | just disables the mechanism which forces an non-empty password for the |
305 | root user. | 305 | root user. |
306 | 306 | ||