summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample.extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/local.conf.sample.extended')
-rw-r--r--meta-poky/conf/local.conf.sample.extended23
1 files changed, 6 insertions, 17 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
index dc92a16f6c..9e857360ae 100644
--- a/meta-poky/conf/local.conf.sample.extended
+++ b/meta-poky/conf/local.conf.sample.extended
@@ -328,7 +328,7 @@ DISTRO_FEATURES_remove = "x11"
328# The INITRAMFS_IMAGE image variable will cause an additional recipe to 328# The INITRAMFS_IMAGE image variable will cause an additional recipe to
329# be built as a dependency to the what ever rootfs recipe you might be 329# be built as a dependency to the what ever rootfs recipe you might be
330# using such as core-image-sato. The initramfs might be needed for 330# using such as core-image-sato. The initramfs might be needed for
331# the initial boot of of the target system such as to load kernel 331# the initial boot of the target system such as to load kernel
332# modules prior to mounting the root file system. 332# modules prior to mounting the root file system.
333# 333#
334# INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe 334# INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe
@@ -368,20 +368,9 @@ DISTRO_FEATURES_remove = "x11"
368# 368#
369 369
370# 370#
371# Use busybox/mdev for system initialization 371# System initialization
372# 372#
373#VIRTUAL-RUNTIME_dev_manager = "busybox-mdev" 373#INIT_MANAGER = "none"
374#VIRTUAL-RUNTIME_login_manager = "busybox" 374#INIT_MANAGER = "sysvinit"
375#VIRTUAL-RUNTIME_init_manager = "busybox" 375#INIT_MANAGER = "systemd"
376#VIRTUAL-RUNTIME_initscripts = "initscripts" 376#INIT_MANAGER = "mdev-busybox"
377#VIRTUAL-RUNTIME_keymaps = "keymaps"
378#DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
379
380#
381# Use systemd for system initialization
382#
383#DISTRO_FEATURES_append = " systemd"
384#DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
385#VIRTUAL-RUNTIME_login_manager = "shadow-base"
386#VIRTUAL-RUNTIME_init_manager = "systemd"
387#VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"