| 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.xml,v 1.49 2005/10/14 13:24:25 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.50 2005/12/21 14:44:32 jkt Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/gentoo-x86-quickinstall.xml"> |
6 | <guide link="/doc/en/gentoo-x86-quickinstall.xml"> |
| 7 | <title>Gentoo Linux x86 Quick Install Guide</title> |
7 | <title>Gentoo Linux x86 Quick Install Guide</title> |
| … | |
… | |
| 19 | |
19 | |
| 20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 22 | <license/> |
22 | <license/> |
| 23 | |
23 | |
| 24 | <version>2.8</version> |
24 | <version>2.9</version> |
| 25 | <date>2005-10-14</date> |
25 | <date>2005-12-21</date> |
| 26 | |
26 | |
| 27 | <chapter> |
27 | <chapter> |
| 28 | <title>Quick Install Guide</title> |
28 | <title>Quick Install Guide</title> |
| 29 | <section> |
29 | <section> |
| 30 | <title>Installation Media</title> |
30 | <title>Installation Media</title> |
| … | |
… | |
| 180 | <section> |
180 | <section> |
| 181 | <title>Kernel Configuration</title> |
181 | <title>Kernel Configuration</title> |
| 182 | <body> |
182 | <body> |
| 183 | |
183 | |
| 184 | <p> |
184 | <p> |
| 185 | Set your time zone information by changing the <path>/etc/localtime</path> |
185 | Set your time zone information by copying correct file from |
| 186 | symbolic link to the correct location in <path>/usr/share/zoneinfo</path> using |
186 | <path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file. |
| 187 | <c>ln -sf</c>. |
|
|
| 188 | </p> |
187 | </p> |
| 189 | |
188 | |
| 190 | <p> |
189 | <p> |
| 191 | Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are |
190 | Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are |
| 192 | available for networkless installations) and configure it using <c>make |
191 | available for networkless installations) and configure it using <c>make |