]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample.extended: Mention shadow-base for login_manager for systemd
authorTom Rini <trini@konsulko.com>
Fri, 8 Feb 2019 18:09:01 +0000 (13:09 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 16:34:58 +0000 (16:34 +0000)
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@konsulko.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample.extended

index 6a1eced49ce71cc87fb9a240e53c7214ca01ba9e..010bf6ca6ff285c18e122fcb3d8247b7551441ed 100644 (file)
 #
 #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"