summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/features.rst14
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
199Here are the image features available for all images: 199Here 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.