| 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.16 2004/09/21 09:16:23 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.17 2004/09/22 10:36: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.12</version> |
21 | <version>1.13</version> |
| 22 | <date>September 09, 2004</date> |
22 | <date>September 22, 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> |
| … | |
… | |
| 72 | (Activate the swap partition) # <i>swapon /dev/hdax</i> |
72 | (Activate the swap partition) # <i>swapon /dev/hdax</i> |
| 73 | (Mount the root partition) # <i>mount /dev/hdax /mnt/gentoo</i> |
73 | (Mount the root partition) # <i>mount /dev/hdax /mnt/gentoo</i> |
| 74 | (Create the boot mountpoint) # <i>mkdir /mnt/gentoo/boot</i> |
74 | (Create the boot mountpoint) # <i>mkdir /mnt/gentoo/boot</i> |
| 75 | (Mount the boot partition) # <i>mount /dev/hdax /mnt/gentoo/boot</i> |
75 | (Mount the boot partition) # <i>mount /dev/hdax /mnt/gentoo/boot</i> |
| 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?-*.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*</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>cp /mnt/cdrom/distfiles/* /mnt/gentoo/usr/portage/distfiles/</i> |
| 82 | (Select a mirror) # <i>mirrorselect -a -s4 -o | grep -ve '^Netselect' >> /mnt/gentoo/etc/make.conf</i> |
82 | (Select a mirror) # <i>mirrorselect -a -s4 -o | grep -ve '^Netselect' >> /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> |