| 1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.7 2003/12/16 18:36:04 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.8 2004/01/06 09:57:49 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <sections> |
6 | <sections> |
| 7 | <section> |
7 | <section> |
| 8 | <title>Runlevels</title> |
8 | <title>Runlevels</title> |
| 9 | <subsection> |
9 | <subsection> |
| … | |
… | |
| 26 | |
26 | |
| 27 | <p> |
27 | <p> |
| 28 | This process then makes sure that all filesystems (defined in |
28 | This process then makes sure that all filesystems (defined in |
| 29 | <path>/etc/fstab</path>) are mounted and ready to be used. Then it executes |
29 | <path>/etc/fstab</path>) are mounted and ready to be used. Then it executes |
| 30 | several scripts located in <path>/etc/init.d</path>, which will start the |
30 | several scripts located in <path>/etc/init.d</path>, which will start the |
| 31 | services you need in order to have a succesfully booted system. |
31 | services you need in order to have a successfully booted system. |
| 32 | </p> |
32 | </p> |
| 33 | |
33 | |
| 34 | <p> |
34 | <p> |
| 35 | Finally, when all scripts are executed, <c>init</c> activates the terminals |
35 | Finally, when all scripts are executed, <c>init</c> activates the terminals |
| 36 | (in most cases just the virtual consoles which are hidden beneith <c>Alt-F1</c>, |
36 | (in most cases just the virtual consoles which are hidden beneith <c>Alt-F1</c>, |