Difference between revisions of "Funtoo Startup"
From Funtoo Linux
(I began giving overview of system startup.) |
(I added this to the internals category.) |
||
| Line 6: | Line 6: | ||
# [[OpenRC]] is built around the init system to start and stop services appropriately. | # [[OpenRC]] is built around the init system to start and stop services appropriately. | ||
# A mechanism for [[login]] is presented. | # A mechanism for [[login]] is presented. | ||
| + | [[Category:Internals]] | ||
Latest revision as of 00:51, 15 November 2010
Funtoo uses several components to start up. However, the overall process is rather simple and much like any other system.
- Some sort of bootloader starts.
- The kernel is loaded into memory and begins execution.
- The kernel loads an initramfs or initrd image if one exists and begins executing it.
- The kernel, initrd, or initramfs passes execution to the init system.
- OpenRC is built around the init system to start and stop services appropriately.
- A mechanism for login is presented.