| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.110 2012/03/28 22:39:04 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.111 2012/04/06 12:09:19 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You need to edit some important configuration files. In this chapter |
12 | You need to edit some important configuration files. In this chapter |
| 13 | you receive an overview of these files and an explanation on how to |
13 | you receive an overview of these files and an explanation on how to |
| 14 | proceed. |
14 | proceed. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>17</version> |
17 | <version>18</version> |
| 18 | <date>2012-03-28</date> |
18 | <date>2012-04-06</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Filesystem Information</title> |
21 | <title>Filesystem Information</title> |
| 22 | <subsection> |
22 | <subsection> |
| 23 | <title>What is fstab?</title> |
23 | <title>What is fstab?</title> |
| … | |
… | |
| 436 | <subsection> |
436 | <subsection> |
| 437 | <title>System Information</title> |
437 | <title>System Information</title> |
| 438 | <body> |
438 | <body> |
| 439 | |
439 | |
| 440 | <p> |
440 | <p> |
| 441 | Gentoo uses <path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> to |
441 | Gentoo uses <path>/etc/rc.conf</path> to configure the services, startup, |
| 442 | configure the services, startup, and shutdown of your system. Open up |
442 | and shutdown of your system. Open up <path>/etc/rc.conf</path> and enjoy all |
| 443 | <path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> and enjoy all the |
|
|
| 444 | comments in those files. |
443 | the comments in the file. |
| 445 | </p> |
444 | </p> |
| 446 | |
445 | |
| 447 | <pre caption="Configuring services"> |
446 | <pre caption="Configuring services"> |
| 448 | # <i>nano -w /etc/rc.conf</i> |
447 | # <i>nano -w /etc/rc.conf</i> |
| 449 | # <i>nano -w /etc/conf.d/rc</i> |
|
|
| 450 | </pre> |
448 | </pre> |
| 451 | |
449 | |
| 452 | <p> |
450 | <p> |
| 453 | When you're finished configuring these two files, save them and exit. |
451 | When you're finished configuring these two files, save them and exit. |
| 454 | </p> |
452 | </p> |