Changes between Version 27 and Version 28 of buildroot


Ignore:
Timestamp:
09/11/2020 11:02:23 PM (4 years ago)
Author:
Cale Collins
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v27 v28  
    134134The {{{init}}} program is the first userspace program started by the kernel (with PID 1) and is responsible for starting the userspace services. There are three different types of init provided by buildroot which can be chosen under 'System cnfiguration, Init system' but the default solution provided by busybox is usually just fine for embedded systems.
    135135
    136 The busybox init system is configured vi an /etc/inittab which has a fairly simple syntax. The important items in this file do the following:
     136The busybox init system is configured via an /etc/inittab which has a fairly simple syntax. The important items in this file do the following:
    137137 * mount various psuedo-filesystems such as proc
    138138 * execute /etc/init.d/rcS on startup