Merge pull request #2531 from zpl1025/master

[translating] 20150309 Comparative Introduction To FreeBSD For Linux Use...
This commit is contained in:
zpl1025 2015-03-16 18:29:52 +08:00
commit 949c6da45b

View File

@ -1,3 +1,4 @@
zpl1025
Systemd Boot Process a Close Look in Linux
================================================================================
The way Linux system boots up is quite complex and there have always been need to optimize the way it works. The traditional boot up process of Linux system is mainly handled by the well know init process (also known as SysV init boot system), while there have been identified inefficiencies in the init based boot system, systemd on the other hand is another boot up manager for Linux based systems which claims to overcome the shortcomings of [traditional Linux SysV init][2] based system. We will be focusing our discussion on the features and controversies of systemd , but in order to understand it, lets see how Linux boot process is handled by traditional SysV init based system. Kindly note that Systemd is still in testing phase and future releases of Linux operating systems are preparing to replace their current boot process with Systemd Boot manager.
@ -147,4 +148,4 @@ via: http://linoxide.com/linux-how-to/systemd-boot-process/
[a]:http://linoxide.com/author/arunrz/
[1]:http://linoxide.com/booting/boot-process-of-linux-in-detail/
[2]:http://0pointer.de/blog/projects/self-documented-boot.html
[2]:http://0pointer.de/blog/projects/self-documented-boot.html