| 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.45 2005/08/09 13:24:25 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.46 2005/08/12 17:57:03 fox2mike 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.5</version> |
24 | <version>2.6</version> |
| 25 | <date>2005-08-09</date> |
25 | <date>2005-08-12</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> |
| … | |
… | |
| 182 | </p> |
182 | </p> |
| 183 | |
183 | |
| 184 | <p> |
184 | <p> |
| 185 | Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are |
185 | Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are |
| 186 | available for network less installations) and configure it using <c>make |
186 | available for network less installations) and configure it using <c>make |
| 187 | menuconfig</c> followed by <c>make &&make modules_install</c> |
187 | menuconfig</c> followed by <c>make &&make modules_install</c> |
| 188 | inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/bzImage</path> file |
188 | inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path> |
| 189 | over to <path>/boot</path>. You can also <c>emerge genkernel</c> |
189 | file over to <path>/boot</path>. You can also <c>emerge genkernel</c> and |
| 190 | and use <c>genkernel --udev all</c>. |
190 | use <c>genkernel all</c>. |
| 191 | </p> |
191 | </p> |
| 192 | |
192 | |
| 193 | <p> |
193 | <p> |
| 194 | Genkernel users will need to <c>emerge coldplug</c> and |
194 | Genkernel users will need to <c>emerge coldplug</c> and |
| 195 | <c>rc-update add coldplug default</c>. |
195 | <c>rc-update add coldplug default</c>. |