diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 230cabd155..e1a8cde464 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml @@ -222,13 +222,23 @@ The following image features are available for all images: + allow-empty-password: + When 'debug-tweaks' is in + IMAGE_FEATURES, + runs ssh_allow_empty_password, + which allows Dropbear and OpenSSH to accept root logins + and logins from accounts having an empty password string. + dbg-pkgs: Installs debug symbol packages for all packages installed in a given image. debug-tweaks: Makes an image suitable for development (e.g. - allows root logins without passwords). + allows root logins without passwords and enables + post-installation logging). + See the 'allow-empty-password' and 'post-install-logging' + features in this list for additional information. dev-pkgs: Installs development packages (headers and extra library @@ -238,10 +248,22 @@ documentation packages for all packages installed in a given image. + empty-root-password: + When 'debug-tweaks' is not in + IMAGE_FEATURES, + runs zap_empty_root_password, + which disallows an empty root password. + package-management: Installs package management tools and preserves the package manager database. + post-install-logging: + When 'debug-tweaks' is in + IMAGE_FEATURES, + runs postinst_enable_logging, which + enables post-installation logging. + ptest-pkgs: Installs ptest packages for all ptest-enabled recipes. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6ecfaf8f63..8f0d8917b5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3238,10 +3238,13 @@ meta/conf/machine/include//arch-.inc including symbol information for debugging and profiling. -"debug-tweaks" - Makes an image suitable for development. - For example, ssh root access has a blank - password. You should remove this feature - before you produce a production image. +"debug-tweaks" - Makes an image suitable for debugging. + For example, allows root logins without + passwords and enables post-installation + logging. See the 'allow-empty-password' + and 'post-install-logging' features in + the "Image Features" section for + more information. "dev-pkgs" - Adds -dev packages for all installed packages. This is useful if you want to develop against