diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2024-06-21 14:12:38 +0200 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@siemens.com> | 2024-08-26 08:11:44 -0400 |
commit | bef33cdd75a54a9d43a4d809497a66f20c49ef31 (patch) | |
tree | 0cc6f202edd2e865a3bef7999e9258b41829ced0 | |
parent | f0548e8c70a3359132a4c7cbaefd8f775e439db6 (diff) | |
download | meta-selinux-bef33cdd75a54a9d43a4d809497a66f20c49ef31.tar.gz |
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 <ecordonnier@snap.com>
Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -53,10 +53,7 @@ By default selinux enabled images coming up with "sysvinit" as init manager, | |||
53 | we can use "systemd" as an init manager using below changes to local.conf | 53 | we can use "systemd" as an init manager using below changes to local.conf |
54 | 54 | ||
55 | * enable systemd as init manager changes to local.conf | 55 | * enable systemd as init manager changes to local.conf |
56 | DISTRO_FEATURES:remove = " sysvinit" | 56 | INIT_MANAGER = "systemd" |
57 | DISTRO_FEATURES:append = " systemd" | ||
58 | VIRTUAL-RUNTIME_init_manager = "systemd" | ||
59 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "" | ||
60 | 57 | ||
61 | 58 | ||
62 | Enable labeling on first boot | 59 | Enable labeling on first boot |