| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.82 2010/10/31 22:56:53 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.83 2011/10/30 11:56:08 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>The Gentoo Linux alternative installation method HOWTO</title> |
6 | <title>The Gentoo Linux alternative installation method HOWTO</title> |
| 7 | |
7 | |
| 8 | <author title="Contributor"> |
8 | <author title="Contributor"> |
| … | |
… | |
| 56 | |
56 | |
| 57 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
57 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 58 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
58 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 59 | <license/> |
59 | <license/> |
| 60 | |
60 | |
| 61 | <version>7</version> |
61 | <version>8</version> |
| 62 | <date>2010-10-31</date> |
62 | <date>2011-10-30</date> |
| 63 | |
63 | |
| 64 | <chapter> |
64 | <chapter> |
| 65 | <title>About this document</title> |
65 | <title>About this document</title> |
| 66 | <section> |
66 | <section> |
| 67 | <body> |
67 | <body> |
| … | |
… | |
| 347 | } |
347 | } |
| 348 | </pre> |
348 | </pre> |
| 349 | |
349 | |
| 350 | <p> |
350 | <p> |
| 351 | Next you'll need to configure your interface in <path>/etc/conf.d/net</path> so |
351 | Next you'll need to configure your interface in <path>/etc/conf.d/net</path> so |
| 352 | that it doesn't get cleared at bootup. See <path>/etc/conf.d/net.example</path> |
352 | that it doesn't get cleared at bootup. See |
| 353 | for more information. |
353 | <path>/usr/share/doc/openrc-*/net.example.bz2</path> for more information. |
| 354 | </p> |
354 | </p> |
| 355 | |
355 | |
| 356 | <pre caption="/etc/conf.d/net"> |
356 | <pre caption="/etc/conf.d/net"> |
| 357 | <comment>(Replace eth0 with the correct interface)</comment> |
357 | <comment>(Replace eth0 with the correct interface)</comment> |
| 358 | config_eth0=( "noop" ) |
358 | config_eth0=( "noop" ) |