| 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.18 2004/09/22 16:52:32 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.19 2004/09/23 12:00:27 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.13</version> |
21 | <version>1.14</version> |
| 22 | <date>September 22, 2004</date> |
22 | <date>September 23, 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> |
| … | |
… | |
| 76 | (Go to the mountpoint) # <i>cd /mnt/gentoo</i> |
76 | (Go to the mountpoint) # <i>cd /mnt/gentoo</i> |
| 77 | (Extract a stage tarball...) # <i>tar -xvjpf /mnt/cdrom/stages/stage<your stage>.tar.bz2</i> |
77 | (Extract a stage tarball...) # <i>tar -xvjpf /mnt/cdrom/stages/stage<your stage>.tar.bz2</i> |
| 78 | (<comment>or</comment> download the latest tarball...) # <i>links http://www.gentoo.org/main/en/mirrors.xml</i> |
78 | (<comment>or</comment> download the latest tarball...) # <i>links http://www.gentoo.org/main/en/mirrors.xml</i> |
| 79 | ( ... and extract) # <i>tar -xvjpf stage<your stage>.tar.bz2</i> |
79 | ( ... and extract) # <i>tar -xvjpf stage<your stage>.tar.bz2</i> |
| 80 | (Optional: unpack a portage tree) # <i>tar -xvjf /mnt/cdrom/snapshots/portage-*.tar.bz2 -C /mnt/gentoo/usr</i> |
80 | (Optional: unpack a portage tree) # <i>tar -xvjf /mnt/cdrom/snapshots/portage-*.tar.bz2 -C /mnt/gentoo/usr</i> |
| 81 | (Optional: copy over distfiles) # <i>cp /mnt/cdrom/distfiles/* /mnt/gentoo/usr/portage/distfiles/</i> |
81 | (Optional: copy over distfiles) # <i>cd /mnt/gentoo/usr/portage; mkdir distfiles; cp /mnt/cdrom/distfiles/* distfiles/</i> |
| 82 | (Select a mirror) # <i>mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf</i> |
82 | (Select a mirror) # <i>mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf</i> |
| 83 | (Copy over nameserver information) # <i>cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i> |
83 | (Copy over nameserver information) # <i>cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i> |
| 84 | (Mount the proc filesystem) # <i>mount -t proc none /mnt/gentoo/proc</i> |
84 | (Mount the proc filesystem) # <i>mount -t proc none /mnt/gentoo/proc</i> |
| 85 | (Chroot into the new environment) # <i>chroot /mnt/gentoo /bin/bash</i> |
85 | (Chroot into the new environment) # <i>chroot /mnt/gentoo /bin/bash</i> |
| 86 | (Load the necessary variables) # <i>env-update; source /etc/profile</i> |
86 | (Load the necessary variables) # <i>env-update; source /etc/profile</i> |