Funtoo Startup

From Funtoo
Jump to navigation Jump to search

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.