| 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.80 2008/01/01 21:32:30 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.81 2008/05/02 08:04:22 nightmorph Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide lang="en"> |
6 | <guide lang="en"> |
| 7 | <title>Gentoo Linux x86 Quick Install Guide</title> |
7 | <title>Gentoo Linux x86 Quick Install Guide</title> |
| … | |
… | |
| 28 | |
28 | |
| 29 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
29 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 30 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
30 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 31 | <license/> |
31 | <license/> |
| 32 | |
32 | |
| 33 | <version>21</version> |
33 | <version>22</version> |
| 34 | <date>2008-01-01</date> |
34 | <date>2008-05-02</date> |
| 35 | |
35 | |
| 36 | <chapter> |
36 | <chapter> |
| 37 | <title>Introduction</title> |
37 | <title>Introduction</title> |
| 38 | <section> |
38 | <section> |
| 39 | <body> |
39 | <body> |
| … | |
… | |
| 88 | |
88 | |
| 89 | <p> |
89 | <p> |
| 90 | Use <c>fdisk</c> or <c>cfdisk</c> to create your partition layout. You need at |
90 | Use <c>fdisk</c> or <c>cfdisk</c> to create your partition layout. You need at |
| 91 | least a swap partition (type 82) and one Linux partition (type 83). The |
91 | least a swap partition (type 82) and one Linux partition (type 83). The |
| 92 | following scenario creates a <path>/boot</path>, a swap and a main partition |
92 | following scenario creates a <path>/boot</path>, a swap and a main partition |
| 93 | as used in our handbook. The device name is likely to be either |
93 | as used in our handbook. Replace <path>sda</path> with your disk. |
| 94 | <path>/dev/sda</path> for a SATA or SCSI disk, or <path>/dev/hda</path> for an |
|
|
| 95 | IDE disk. |
|
|
| 96 | </p> |
94 | </p> |
| 97 | |
95 | |
| 98 | <pre caption="Create the partitions"> |
96 | <pre caption="Create the partitions"> |
| 99 | livecd ~ # <i>fdisk /dev/sda</i> |
97 | livecd ~ # <i>fdisk /dev/sda</i> |
| 100 | |
98 | |