From: Radu Moisan Date: Wed, 23 Jan 2013 08:18:17 +0000 (+0200) Subject: sample.extended: Add DISTRO_FEATURES_INITMAN X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d34575d3f732580ecfe0ccb0f915b5c6c0ca0a0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sample.extended: Add DISTRO_FEATURES_INITMAN Signed-off-by: Radu Moisan Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index e5dfc89cf61..73685666bfa 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended @@ -215,3 +215,7 @@ # Put the following two lines in the conf file with intact. #ARCHIVER_CLASS = "${@'archive-${ARCHIVER_MODE}-source' if ARCHIVER_MODE != 'none' else ''}" #INHERIT += "${ARCHIVER_CLASS}" +# +# set init manager: sysvinit or systemd +# sysvinit is the default choice +#DISTRO_FEATURES_INITMAN ?= "sysvinit"