Next Previous Contents

7. Boot Sequence

The Linux boot sequence is more complicated than your average embedded operating system, and there are many more options for configuring things. In general, the boot sequence goes like this:

In minimal embedded systems, init is commonly replaced with a simple C program or shell script to start the appropriate services and/or application programs, since the conventional rc scripts are often overkill.


Next Previous Contents