diff options
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index f566b00c58..a8d0dac996 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -218,8 +218,19 @@ Here are the image features available for all images: | |||
218 | - *doc-pkgs:* Installs documentation packages for all packages | 218 | - *doc-pkgs:* Installs documentation packages for all packages |
219 | installed in a given image. | 219 | installed in a given image. |
220 | 220 | ||
221 | - *empty-root-password:* Sets the root password to an empty string, | 221 | - *empty-root-password:* This feature or ``debug-tweaks`` is required if |
222 | which allows logins with a blank password. | 222 | you want to allow root login with an empty password. If these features |
223 | are not present in :term:`IMAGE_FEATURES`, a non-empty password is | ||
224 | forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist. | ||
225 | |||
226 | .. note:: | ||
227 | ``empty-root-passwd`` doesn't set an empty root password by itself. | ||
228 | You get an initial empty root password thanks to the | ||
229 | :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>` | ||
230 | and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>` | ||
231 | recipes, and the presence of ``empty-root-passwd`` or ``debug-tweaks`` | ||
232 | just disables the mechanism which forces an non-empty password for the | ||
233 | root user. | ||
223 | 234 | ||
224 | - *overlayfs-etc:* Configures the ``/etc`` directory to be in ``overlayfs``. | 235 | - *overlayfs-etc:* Configures the ``/etc`` directory to be in ``overlayfs``. |
225 | This allows to store device specific information elsewhere, especially | 236 | This allows to store device specific information elsewhere, especially |