From bef33cdd75a54a9d43a4d809497a66f20c49ef31 Mon Sep 17 00:00:00 2001 From: Etienne Cordonnier Date: Fri, 21 Jun 2024 14:12:38 +0200 Subject: README: use simpler syntax to enable systemd The variable INIT_MANAGER was added in yocto version Zeus / 3.0 and makes the selection of systemd easier. See https://git.yoctoproject.org/poky/commit/?id=7508711b3835cc7890d46fda1b4a1c3da196ec9a for details. Signed-off-by: Etienne Cordonnier Signed-off-by: Joe MacDonald --- README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README b/README index 640f233..ae011f3 100644 --- a/README +++ b/README @@ -53,10 +53,7 @@ By default selinux enabled images coming up with "sysvinit" as init manager, we can use "systemd" as an init manager using below changes to local.conf * enable systemd as init manager changes to local.conf -DISTRO_FEATURES:remove = " sysvinit" -DISTRO_FEATURES:append = " systemd" -VIRTUAL-RUNTIME_init_manager = "systemd" -DISTRO_FEATURES_BACKFILL_CONSIDERED = "" +INIT_MANAGER = "systemd" Enable labeling on first boot -- cgit v1.2.3-54-g00ecf