| 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.24 2004/10/16 20:20:25 vapier Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.25 2004/11/20 11:41:42 swift 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 Install Reference</title> |
7 | <title>Gentoo Linux Install Reference</title> |
| … | |
… | |
| 16 | installing Gentoo Linux if they want to follow this guide. |
16 | installing Gentoo Linux if they want to follow this guide. |
| 17 | </abstract> |
17 | </abstract> |
| 18 | |
18 | |
| 19 | <license/> |
19 | <license/> |
| 20 | |
20 | |
| 21 | <version>1.18</version> |
21 | <version>1.19</version> |
| 22 | <date>October 10, 2004</date> |
22 | <date>November 20, 2004</date> |
| 23 | |
23 | |
| 24 | <chapter> |
24 | <chapter> |
| 25 | <title>Quick Install Reference</title> |
25 | <title>Quick Install Reference</title> |
| 26 | <section> |
26 | <section> |
| 27 | <body> |
27 | <body> |
| … | |
… | |
| 162 | (genkernel users only: install hotplug) # <i>emerge hotplug</i> |
162 | (genkernel users only: install hotplug) # <i>emerge hotplug</i> |
| 163 | (genkernel users only: have hotplug automatically started at boot) |
163 | (genkernel users only: have hotplug automatically started at boot) |
| 164 | # <i>rc-update add hotplug default</i> |
164 | # <i>rc-update add hotplug default</i> |
| 165 | (Non-ext2,ext3 users only; choice: reiserfsprogs, xfsprogs, jfsutils) |
165 | (Non-ext2,ext3 users only; choice: reiserfsprogs, xfsprogs, jfsutils) |
| 166 | # <i>emerge reiserfsprogs</i> |
166 | # <i>emerge reiserfsprogs</i> |
|
|
167 | (Optional: install DHCP client) # <i>emerge dhcpcd</i> |
| 167 | (Domain name init script) # <i>rc-update add domainname default</i> |
168 | (Domain name init script) # <i>rc-update add domainname default</i> |
| 168 | </pre> |
169 | </pre> |
| 169 | |
170 | |
| 170 | <p> |
171 | <p> |
| 171 | If you need specialised kernel ebuilds, now is a good time to install them: |
172 | If you need specialised kernel ebuilds, now is a good time to install them: |