From b72cb0dbbe00d180e32245d0166ddb3f70b01681 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 28 Apr 2015 14:38:51 -0700 Subject: ref-manual: Updated the "Image Features" section Removed the requirement that debug-tweaks is needed in order to individually use the allow-empty-passowrk, empty-root-password, and post-install-logging features. These three features can be individually turned on an off regardless of debug-tweaks. (From yocto-docs rev: ea33b98c0a7ceb80adb15bf63eee8d6872099235) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-features.xml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index e1a8cde464..b90ba7947d 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml @@ -223,10 +223,7 @@ 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 + Allows Dropbear and OpenSSH to accept root logins and logins from accounts having an empty password string. dbg-pkgs: @@ -237,8 +234,9 @@ Makes an image suitable for development (e.g. 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. + See the 'allow-empty-password', 'empty-root-password', + and 'post-install-logging' features in this list for + additional information. dev-pkgs: Installs development packages (headers and extra library @@ -249,20 +247,17 @@ given image. empty-root-password: - When 'debug-tweaks' is not in - IMAGE_FEATURES, - runs zap_empty_root_password, - which disallows an empty root password. + Sets the root password to an empty string, which allows + logins with a blank 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. + Enables logging postinstall script runs to + the /var/log/postinstall.log file + on first boot of the image on the target system. ptest-pkgs: Installs ptest packages for all ptest-enabled recipes. -- cgit v1.2.3-54-g00ecf