mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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: e9f2e2b0f094cf243d601ee3fcdf9588cc81e003) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4206fcbf22
commit
145fe000ac
@@ -223,10 +223,7 @@
|
|||||||
The following image features are available for all images:
|
The following image features are available for all images:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><emphasis>allow-empty-password:</emphasis>
|
<listitem><para><emphasis>allow-empty-password:</emphasis>
|
||||||
When 'debug-tweaks' is in
|
Allows Dropbear and OpenSSH to accept root logins
|
||||||
<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
|
|
||||||
and logins from accounts having an empty password string.
|
and logins from accounts having an empty password string.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>dbg-pkgs:</emphasis>
|
<listitem><para><emphasis>dbg-pkgs:</emphasis>
|
||||||
@@ -237,8 +234,9 @@
|
|||||||
Makes an image suitable for development (e.g.
|
Makes an image suitable for development (e.g.
|
||||||
allows root logins without passwords and enables
|
allows root logins without passwords and enables
|
||||||
post-installation logging).
|
post-installation logging).
|
||||||
See the 'allow-empty-password' and 'post-install-logging'
|
See the 'allow-empty-password', 'empty-root-password',
|
||||||
features in this list for additional information.
|
and 'post-install-logging' features in this list for
|
||||||
|
additional information.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>dev-pkgs:</emphasis>
|
<listitem><para><emphasis>dev-pkgs:</emphasis>
|
||||||
Installs development packages (headers and extra library
|
Installs development packages (headers and extra library
|
||||||
@@ -249,20 +247,17 @@
|
|||||||
given image.
|
given image.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>empty-root-password:</emphasis>
|
<listitem><para><emphasis>empty-root-password:</emphasis>
|
||||||
When 'debug-tweaks' is not in
|
Sets the root password to an empty string, which allows
|
||||||
<link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
|
logins with a blank password.
|
||||||
runs <filename>zap_empty_root_password</filename>,
|
|
||||||
which disallows an empty root password.
|
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>package-management:</emphasis>
|
<listitem><para><emphasis>package-management:</emphasis>
|
||||||
Installs package management tools and preserves the package
|
Installs package management tools and preserves the package
|
||||||
manager database.
|
manager database.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>post-install-logging:</emphasis>
|
<listitem><para><emphasis>post-install-logging:</emphasis>
|
||||||
When 'debug-tweaks' is in
|
Enables logging postinstall script runs to
|
||||||
<link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
|
the <filename>/var/log/postinstall.log</filename> file
|
||||||
runs <filename>postinst_enable_logging</filename>, which
|
on first boot of the image on the target system.
|
||||||
enables post-installation logging.
|
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>ptest-pkgs:</emphasis>
|
<listitem><para><emphasis>ptest-pkgs:</emphasis>
|
||||||
Installs ptest packages for all ptest-enabled recipes.
|
Installs ptest packages for all ptest-enabled recipes.
|
||||||
|
|||||||
Reference in New Issue
Block a user