diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-06-15 14:24:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-21 20:57:17 +0100 |
commit | 63a341f385b39db6464a03646876edc01e6e571f (patch) | |
tree | dc7443ff8cd76532d5798d96856f38905bb044ea /documentation/ref-manual/features.rst | |
parent | 1fa6a9bbb760a685010746d8886a0ee0ea464c11 (diff) | |
download | poky-63a341f385b39db6464a03646876edc01e6e571f.tar.gz |
ref-manual: IMAGE_FEATURES: add allow-root-login and correct allow-empty-password
Completing the descriptions of "debug-tweaks".
Correcting the description of "allow-empty-password"
which doesn't imply accepting root logins.
(From yocto-docs rev: 907c94886fd8a485a6045d71478e41a3c598821c)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index f7abb417ba..f566b00c58 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -198,17 +198,19 @@ application problems or profile applications. | |||
198 | 198 | ||
199 | Here are the image features available for all images: | 199 | Here are the image features available for all images: |
200 | 200 | ||
201 | - *allow-empty-password:* Allows Dropbear and OpenSSH to accept root | 201 | - *allow-empty-password:* Allows Dropbear and OpenSSH to accept |
202 | logins and logins from accounts having an empty password string. | 202 | logins from accounts having an empty password string. |
203 | |||
204 | - *allow-root-login:* Allows Dropbear and OpenSSH to accept root logins. | ||
203 | 205 | ||
204 | - *dbg-pkgs:* Installs debug symbol packages for all packages installed | 206 | - *dbg-pkgs:* Installs debug symbol packages for all packages installed |
205 | in a given image. | 207 | in a given image. |
206 | 208 | ||
207 | - *debug-tweaks:* Makes an image suitable for development (e.g. allows | 209 | - *debug-tweaks:* Makes an image suitable for development (e.g. allows |
208 | root logins without passwords and enables post-installation logging). | 210 | root logins, logins without passwords ---including root ones, and enables |
209 | See the 'allow-empty-password', 'empty-root-password', and | 211 | post-installation logging). See the ``allow-empty-password``, |
210 | 'post-install-logging' features in this list for additional | 212 | ``allow-root-login``, ``empty-root-password``, and ``post-install-logging`` |
211 | information. | 213 | features in this list for additional information. |
212 | 214 | ||
213 | - *dev-pkgs:* Installs development packages (headers and extra library | 215 | - *dev-pkgs:* Installs development packages (headers and extra library |
214 | links) for all packages installed in a given image. | 216 | links) for all packages installed in a given image. |