| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.18 2004/02/24 18:56:50 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.19 2004/03/01 05:43:41 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>User Administration</title> |
11 | <title>User Administration</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 94 | OldWorld PPC users will boot in MacOS since their bootloader |
94 | OldWorld PPC users will boot in MacOS since their bootloader |
| 95 | isn't installed yet. Those users should read <uri |
95 | isn't installed yet. Those users should read <uri |
| 96 | link="#doc_chap2_sect2">Optional: Configuring BootX</uri>. MIPS users will have |
96 | link="#doc_chap2_sect2">Optional: Configuring BootX</uri>. MIPS users will have |
| 97 | to do some more tweaking in their MIPS PROM to get Gentoo to work. Those users |
97 | to do some more tweaking in their MIPS PROM to get Gentoo to work. Those users |
| 98 | should read <uri link="#doc_chap2_sect3">Optional: Getting Gentoo/MIPS to |
98 | should read <uri link="#doc_chap2_sect3">Optional: Getting Gentoo/MIPS to |
|
|
99 | Work</uri>. |
|
|
100 | </p> |
|
|
101 | |
|
|
102 | <p> |
| 99 | Work</uri>. GRP users can continue with <uri link="#doc_chap2_sect4">Optional: |
103 | GRP users can continue with <uri link="#doc_chap2_sect4">Optional: |
| 100 | Install Extra Packages</uri>, all the rest can finish up with <uri |
104 | Install GRP Packages</uri>, all the rest can finish up with <uri |
| 101 | link="?part=1&chap=12">Where to go from here?</uri>. |
105 | link="?part=1&chap=12">Where to go from here?</uri>. |
| 102 | </p> |
106 | </p> |
| 103 | |
107 | |
| 104 | </body> |
108 | </body> |
| 105 | </subsection> |
109 | </subsection> |
| … | |
… | |
| 128 | information. |
132 | information. |
| 129 | </p> |
133 | </p> |
| 130 | |
134 | |
| 131 | <p> |
135 | <p> |
| 132 | If you are a GRP users you can continue with <uri |
136 | If you are a GRP users you can continue with <uri |
| 133 | link="#doc_chap2_sect4">Optional: Install Extra Packages</uri>, otherwise go to |
137 | link="#doc_chap2_sect4">Optional: Install GRP Packages</uri>, otherwise go to |
| 134 | <uri link="?part=1&chap=12">Where to go from here?</uri>. |
138 | <uri link="?part=1&chap=12">Where to go from here?</uri>. |
| 135 | </p> |
139 | </p> |
| 136 | |
140 | |
| 137 | </body> |
141 | </body> |
| 138 | </subsection> |
142 | </subsection> |
| … | |
… | |
| 186 | </p> |
190 | </p> |
| 187 | |
191 | |
| 188 | </body> |
192 | </body> |
| 189 | </subsection> |
193 | </subsection> |
| 190 | <subsection> |
194 | <subsection> |
| 191 | <title>Optional: Install Extra Packages</title> |
195 | <title>Optional: Install GRP Packages</title> |
| 192 | <body> |
196 | <body> |
| 193 | |
197 | |
| 194 | <impo> |
198 | <impo> |
| 195 | This part is for GRP users only. Other users should skip this part and continue |
199 | This part is for GRP users only. Other users should skip this part and continue |
| 196 | with <uri link="?part=1&chap=12">Where to go from here?</uri>. |
200 | with <uri link="?part=1&chap=12">Where to go from here?</uri>. |
| … | |
… | |
| 230 | Now install the packages you want. CD-2 contains several prebuilt binaries, for |
234 | Now install the packages you want. CD-2 contains several prebuilt binaries, for |
| 231 | instance KDE: |
235 | instance KDE: |
| 232 | </p> |
236 | </p> |
| 233 | |
237 | |
| 234 | <pre caption="Installing KDE"> |
238 | <pre caption="Installing KDE"> |
| 235 | # <i>emerge --usepkg kde</i> |
239 | # <i>USE="bindist" emerge --usepkg kde</i> |
|
|
240 | </pre> |
|
|
241 | |
|
|
242 | <p> |
|
|
243 | The <c>USE="bindist"</c> is needed when you install XFree (either directly or as |
|
|
244 | a dependency). It prevents the downloading of Microsoft's core fonts (which we |
|
|
245 | cannot distribute on our LiveCDs). |
| 236 | </pre> |
246 | </p> |
| 237 | |
247 | |
| 238 | <p> |
248 | <p> |
| 239 | Be sure to install the binaries now. When you do an <c>emerge sync</c> to update |
249 | Be sure to install the binaries now. When you do an <c>emerge sync</c> to update |
| 240 | Portage (as you will learn later), the prebuilt binaries might not match against |
250 | Portage (as you will learn later), the prebuilt binaries might not match against |
| 241 | the ebuilds in your updated Portage. You can try to circumvent this by using |
251 | the ebuilds in your updated Portage. You can try to circumvent this by using |