Funtoo Startup

From Funtoo
Revision as of 00:51, November 15, 2010 by Brantgurga (talk | contribs) (I added this to the internals category.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Funtoo uses several components to start up. However, the overall process is rather simple and much like any other system.

  1. Some sort of bootloader starts.
  2. The kernel is loaded into memory and begins execution.
  3. The kernel loads an initramfs or initrd image if one exists and begins executing it.
  4. The kernel, initrd, or initramfs passes execution to the init system.
  5. OpenRC is built around the init system to start and stop services appropriately.
  6. A mechanism for login is presented.