[oe-commits] [openembedded-core] 02/08: local.conf.sample.extended: Mention shadow-base for login_manager for systemd

git at git.openembedded.org git at git.openembedded.org
Mon Feb 25 16:36:03 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e79a6f1d57a2f1a15ee976cdfc6e10edca287d7c
Author: Tom Rini <trini at konsulko.com>
AuthorDate: Fri Feb 8 13:09:01 2019 -0500

    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 at konsulko.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 6a1eced..010bf6c 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list