summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-02-08 13:09:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 16:34:58 +0000
commite79a6f1d57a2f1a15ee976cdfc6e10edca287d7c (patch)
tree53fafd2d4a4ba0d5f25dd3dc9ac1fe14687692da
parentf3896b69c78abeaefc1c60e7a6d7b2ed85eb7015 (diff)
downloadopenembedded-core-contrib-e79a6f1d57a2f1a15ee976cdfc6e10edca287d7c.tar.gz
local.conf.sample.extended: Mention shadow-base for login_manager for systemd
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>
-rw-r--r--meta/conf/local.conf.sample.extended1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 6a1eced49c..010bf6ca6f 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"