- Add documentation of allow-root-login - Correct the documentation of allow-empty-password
Signed-off-by: Adrian Freihofer <[email protected]> --- documentation/ref-manual/ref-features.xml | 17 ++++++++++------- documentation/ref-manual/ref-variables.xml | 8 ++++---- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 294b297c20..b48b119ccc 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml @@ -210,11 +210,11 @@ <listitem><para><emphasis>usbhost:</emphasis> Include USB Host support (allows to connect external keyboard, mouse, storage, network etc).</para></listitem> - <listitem><para><emphasis>usrmerge:</emphasis> Merges the - <filename>/bin</filename>, <filename>/sbin</filename>, - <filename>/lib</filename>, and <filename>/lib64</filename> - directories into their respective counterparts in the - <filename>/usr</filename> directory to provide better package + <listitem><para><emphasis>usrmerge:</emphasis> Merges the + <filename>/bin</filename>, <filename>/sbin</filename>, + <filename>/lib</filename>, and <filename>/lib64</filename> + directories into their respective counterparts in the + <filename>/usr</filename> directory to provide better package and application compatibility.</para></listitem> <listitem><para><emphasis>wayland:</emphasis> Include the Wayland display server protocol and the library that @@ -247,8 +247,11 @@ The following image features are available for all images: <itemizedlist> <listitem><para><emphasis>allow-empty-password:</emphasis> - Allows Dropbear and OpenSSH to accept root logins - and logins from accounts having an empty password string. + Allows Dropbear and OpenSSH to accept logins from accounts + with an empty password string. + </para></listitem> + <listitem><para><emphasis>allow-root-login:</emphasis> + Allows Dropbear and OpenSSH to accept root logins. </para></listitem> <listitem><para><emphasis>dbg-pkgs:</emphasis> Installs debug symbol packages for all packages installed diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9ebe72cbd0..0ef522f513 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4493,10 +4493,10 @@ "debug-tweaks" - Makes an image suitable for debugging. For example, allows root logins without passwords and enables post-installation - logging. See the 'allow-empty-password' - and 'post-install-logging' features in - the "<link linkend='ref-features-image'>Image Features</link>" section for - more information. + logging. See the 'allow-empty-password', + 'allow-root-login' and 'post-install-logging' + features in the "<link linkend='ref-features-image'>Image Features</link>" + section for more information. "dev-pkgs" - Adds -dev packages for all installed packages. This is useful if you want to develop against -- 2.25.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137951): https://lists.openembedded.org/g/openembedded-core/message/137951 Mute This Topic: https://lists.openembedded.org/mt/74008499/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
