[OE-core] [PATCH] local.conf.sample.extended: Mention shadow-base for login_manager for systemd

Tom Rini trini at konsulko.com
Fri Feb 8 18:09:01 UTC 2019


While not strictly required, list shadow-base as the example to use for
VIRTUAL-RUNTIME_login_manager when configuring for systemd.  This
provider matches what is found in for example Debian and is also one of
the non-intuitive VIRTUAL-RUNTIME alternatives, so it's good to have an
example in use somewhere.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 meta/conf/local.conf.sample.extended | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 6a1eced49ce7..010bf6ca6ff2 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -393,5 +393,6 @@
 #
 #DISTRO_FEATURES_append = " systemd"
 #DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
+#VIRTUAL-RUNTIME_login_manager = "shadow-base"
 #VIRTUAL-RUNTIME_init_manager = "systemd"
 #VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
-- 
2.7.4



More information about the Openembedded-core mailing list