Lines Matching full:init
8 By default, the Yocto Project uses :wikipedia:`SysVinit <Init#SysV-style>` as
9 the initialization manager. There is also support for BusyBox init, a simpler
11 is a full replacement for init with parallel starting of services, reduced
15 Within the system, SysVinit and BusyBox init treat system components as
17 ``/etc/init.d/`` directory.
19 SysVinit is more elaborate than BusyBox init and organizes services in
29 Both SysVinit and BusyBox init are configured through the ``/etc/inittab``
30 file, with a very similar syntax, though of course BusyBox init features
39 In systems with SysVinit or BusyBox init, services load sequentially (i.e. one
40 by one) during init and parallelization is not supported. With systemd, services
47 On the contrary, BusyBox init is the simplest and the lightest solution and
61 Using BusyBox init with BusyBox mdev
64 BusyBox init with BusyBox mdev is the simplest and lightest solution
80 See :yocto_git:`meta/conf/distro/include/init-manager-systemd.inc
81 </poky/tree/meta/conf/distro/include/init-manager-systemd.inc>` for exact
125 - BusyBox init