| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.7 2012/03/31 13:27:30 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.8 2013/01/19 20:59:22 swift Exp $ --> |
| 3 | <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <included> |
5 | <included> |
| 6 | |
6 | |
| 7 | <version>7</version> |
7 | <version>8</version> |
| 8 | <date>2012-03-31</date> |
8 | <date>2013-01-16</date> |
| 9 | |
9 | |
| 10 | <section> |
10 | <section> |
| 11 | <title>Configure the system</title> |
11 | <title>Configure the system</title> |
| 12 | |
12 | |
| 13 | <body test="func:keyval('raid+lvm')='no'"> |
13 | <body test="func:keyval('raid+lvm')='no'"> |
| … | |
… | |
| 56 | <body> |
56 | <body> |
| 57 | |
57 | |
| 58 | <p> |
58 | <p> |
| 59 | Configure your network in <path>/etc/conf.d/net</path>. Add the <c>net.eth0</c> |
59 | Configure your network in <path>/etc/conf.d/net</path>. Add the <c>net.eth0</c> |
| 60 | init script to the default run level. If you have multiple NICs, symlink them |
60 | init script to the default run level. If you have multiple NICs, symlink them |
| 61 | to the <c>net.eth0</c> init script and add them to the default run level as |
61 | to the <c>net.lo</c> init script and add them to the default run level as |
| 62 | well. Don't forget to set your hostname too. Either edit |
62 | well. Don't forget to set your hostname too. Either edit |
| 63 | <path>/etc/conf.d/net</path> and <path>/etc/conf.d/hostname</path> with |
63 | <path>/etc/conf.d/net</path> and <path>/etc/conf.d/hostname</path> with |
| 64 | <c>nano</c> or use the following commands: |
64 | <c>nano</c> or use the following commands: |
| 65 | </p> |
65 | </p> |
| 66 | |
66 | |