diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-28 14:38:51 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-03 11:49:35 +0100 |
| commit | b72cb0dbbe00d180e32245d0166ddb3f70b01681 (patch) | |
| tree | 87a2ca218dda90b7be6a1d4a4a7cf390c5c2ed52 | |
| parent | 6192753e9df88100c8ba5867c20995d9a5f86d51 (diff) | |
| download | poky-b72cb0dbbe00d180e32245d0166ddb3f70b01681.tar.gz | |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-features.xml | 23 |
1 files changed, 9 insertions, 14 deletions
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 @@ | |||
| 223 | The following image features are available for all images: | 223 | The following image features are available for all images: |
| 224 | <itemizedlist> | 224 | <itemizedlist> |
| 225 | <listitem><para><emphasis>allow-empty-password:</emphasis> | 225 | <listitem><para><emphasis>allow-empty-password:</emphasis> |
| 226 | When 'debug-tweaks' is in | 226 | Allows Dropbear and OpenSSH to accept root logins |
| 227 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>, | ||
| 228 | runs <filename>ssh_allow_empty_password</filename>, | ||
| 229 | which allows Dropbear and OpenSSH to accept root logins | ||
| 230 | and logins from accounts having an empty password string. | 227 | and logins from accounts having an empty password string. |
| 231 | </para></listitem> | 228 | </para></listitem> |
| 232 | <listitem><para><emphasis>dbg-pkgs:</emphasis> | 229 | <listitem><para><emphasis>dbg-pkgs:</emphasis> |
| @@ -237,8 +234,9 @@ | |||
| 237 | Makes an image suitable for development (e.g. | 234 | Makes an image suitable for development (e.g. |
| 238 | allows root logins without passwords and enables | 235 | allows root logins without passwords and enables |
| 239 | post-installation logging). | 236 | post-installation logging). |
| 240 | See the 'allow-empty-password' and 'post-install-logging' | 237 | See the 'allow-empty-password', 'empty-root-password', |
| 241 | features in this list for additional information. | 238 | and 'post-install-logging' features in this list for |
| 239 | additional information. | ||
| 242 | </para></listitem> | 240 | </para></listitem> |
| 243 | <listitem><para><emphasis>dev-pkgs:</emphasis> | 241 | <listitem><para><emphasis>dev-pkgs:</emphasis> |
| 244 | Installs development packages (headers and extra library | 242 | Installs development packages (headers and extra library |
| @@ -249,20 +247,17 @@ | |||
| 249 | given image. | 247 | given image. |
| 250 | </para></listitem> | 248 | </para></listitem> |
| 251 | <listitem><para><emphasis>empty-root-password:</emphasis> | 249 | <listitem><para><emphasis>empty-root-password:</emphasis> |
| 252 | When 'debug-tweaks' is not in | 250 | Sets the root password to an empty string, which allows |
| 253 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>, | 251 | logins with a blank password. |
| 254 | runs <filename>zap_empty_root_password</filename>, | ||
| 255 | which disallows an empty root password. | ||
| 256 | </para></listitem> | 252 | </para></listitem> |
| 257 | <listitem><para><emphasis>package-management:</emphasis> | 253 | <listitem><para><emphasis>package-management:</emphasis> |
| 258 | Installs package management tools and preserves the package | 254 | Installs package management tools and preserves the package |
| 259 | manager database. | 255 | manager database. |
| 260 | </para></listitem> | 256 | </para></listitem> |
| 261 | <listitem><para><emphasis>post-install-logging:</emphasis> | 257 | <listitem><para><emphasis>post-install-logging:</emphasis> |
| 262 | When 'debug-tweaks' is in | 258 | Enables logging postinstall script runs to |
| 263 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>, | 259 | the <filename>/var/log/postinstall.log</filename> file |
| 264 | runs <filename>postinst_enable_logging</filename>, which | 260 | on first boot of the image on the target system. |
| 265 | enables post-installation logging. | ||
| 266 | </para></listitem> | 261 | </para></listitem> |
| 267 | <listitem><para><emphasis>ptest-pkgs:</emphasis> | 262 | <listitem><para><emphasis>ptest-pkgs:</emphasis> |
| 268 | Installs ptest packages for all ptest-enabled recipes. | 263 | Installs ptest packages for all ptest-enabled recipes. |
