The following image features are available for all images:
<itemizedlist>
<listitem><para><emphasis>allow-empty-password:</emphasis>
- When 'debug-tweaks' is in
- <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
- runs <filename>ssh_allow_empty_password</filename>,
- 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.
</para></listitem>
<listitem><para><emphasis>dbg-pkgs:</emphasis>
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.
</para></listitem>
<listitem><para><emphasis>dev-pkgs:</emphasis>
Installs development packages (headers and extra library
given image.
</para></listitem>
<listitem><para><emphasis>empty-root-password:</emphasis>
- When 'debug-tweaks' is not in
- <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
- runs <filename>zap_empty_root_password</filename>,
- which disallows an empty root password.
+ Sets the root password to an empty string, which allows
+ logins with a blank password.
</para></listitem>
<listitem><para><emphasis>package-management:</emphasis>
Installs package management tools and preserves the package
manager database.
</para></listitem>
<listitem><para><emphasis>post-install-logging:</emphasis>
- When 'debug-tweaks' is in
- <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
- runs <filename>postinst_enable_logging</filename>, which
- enables post-installation logging.
+ Enables logging postinstall script runs to
+ the <filename>/var/log/postinstall.log</filename> file
+ on first boot of the image on the target system.
</para></listitem>
<listitem><para><emphasis>ptest-pkgs:</emphasis>
Installs ptest packages for all ptest-enabled recipes.