* [PATCH] ref-manual: IMAGE_FEATURE, add allow-root-login
@ 2020-05-05 21:30 Adrian Freihofer
2020-05-05 22:02 ` ✗ patchtest: failure for " Patchwork
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Freihofer @ 2020-05-05 21:30 UTC (permalink / raw)
To: openembedded-core; +Cc: Adrian Freihofer
- Add documentation of allow-root-login
- Correct the documentation of allow-empty-password
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-05 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-05 21:30 [PATCH] ref-manual: IMAGE_FEATURE, add allow-root-login Adrian Freihofer
2020-05-05 22:02 ` ✗ patchtest: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox