| … | |
… | |
| 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.93 2007/05/20 20:32:23 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.94 2007/06/02 10:04:41 rane 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>8.1</version> |
17 | <version>8.2</version> |
| 18 | <date>2007-05-15</date> |
18 | <date>2007-06-02</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> |
| … | |
… | |
| 469 | |
469 | |
| 470 | <pre caption="Setting the root password"> |
470 | <pre caption="Setting the root password"> |
| 471 | # <i>passwd</i> |
471 | # <i>passwd</i> |
| 472 | </pre> |
472 | </pre> |
| 473 | |
473 | |
| 474 | <p> |
|
|
| 475 | If you want root to be able to log on through the serial console, add |
|
|
| 476 | <c>tts/0</c> to <path>/etc/securetty</path>: |
|
|
| 477 | </p> |
|
|
| 478 | |
|
|
| 479 | <pre caption="Adding tts/0 to /etc/securetty"> |
|
|
| 480 | # <i>echo "tts/0" >> /etc/securetty</i> |
|
|
| 481 | </pre> |
|
|
| 482 | |
|
|
| 483 | </body> |
474 | </body> |
| 484 | </subsection> |
475 | </subsection> |
| 485 | <subsection> |
476 | <subsection> |
| 486 | <title>System Information</title> |
477 | <title>System Information</title> |
| 487 | <body> |
478 | <body> |