From e79a6f1d57a2f1a15ee976cdfc6e10edca287d7c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 8 Feb 2019 13:09:01 -0500 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample.extended | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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" -- cgit 1.2.3-korg