From 6d17aa00f9fe6bd1c00b383b8863c99be07e9d2c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 12 Feb 2015 09:35:02 -0800 Subject: ref-manual: Added 'debug-tweaks' fragmentation. The image feature 'debug-tweaks' has been fragmented into three separate areas of functionality that deals with handling empty passwords and post-installation logging. I updated the list of image features appropriately and the description of 'debug-tweaks' in the EXTRA_IMAGE_FEATURES variable. Fixes [YOCTO #5344] (From yocto-docs rev: ce0ab20472a75049298287cd05109f6e091b80bd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-features.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'documentation/ref-manual/ref-features.xml') 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. -- cgit v1.2.3-54-g00ecf