mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
f0548e8c70
commit
bef33cdd75
5
README
5
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user