Yocto: Replace sysvinit with systemd Posted on 2019-08-17 In 随便写写 Views: Symbols count in article: 384 Reading time ≈ 1 mins. There are some Yocto distributions still using sysvinit as their default init manager. To replace it with systemd, some modifications need to be done in local.conf: 12345# build/conf/local.confDISTRO_FEATURES_append += "systemd"VIRTUAL-RUNTIME_init_manager = "systemd"DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"VIRTUAL-RUNTIME_initscripts = "" Post author: Coding Spirit Post link: https://lzqblog.top/2019-08-17/Yocto-Replace-sysvinit-with-systemd/ Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.