| … | |
… | |
| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.120 2011/08/22 16:58:02 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.121 2012/04/08 20:20:55 cam Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | After installing and configuring a stage3, the eventual result is that you |
12 | After installing and configuring a stage3, the eventual result is that you |
| 13 | have a Gentoo base system at your disposal. This chapter describes how |
13 | have a Gentoo base system at your disposal. This chapter describes how |
| 14 | to progress to that state. |
14 | to progress to that state. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>12</version> |
17 | <version>13</version> |
| 18 | <date>2011-08-22</date> |
18 | <date>2012-04-08</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Chrooting</title> |
21 | <title>Chrooting</title> |
| 22 | <subsection> |
22 | <subsection> |
| 23 | <title>Optional: Selecting Mirrors</title> |
23 | <title>Optional: Selecting Mirrors</title> |
| … | |
… | |
| 347 | USE="-gtk -gnome qt4 kde dvd alsa cdr" |
347 | USE="-gtk -gnome qt4 kde dvd alsa cdr" |
| 348 | </pre> |
348 | </pre> |
| 349 | |
349 | |
| 350 | </body> |
350 | </body> |
| 351 | </subsection> |
351 | </subsection> |
| 352 | <subsection> |
|
|
| 353 | <title>Optional: glibc Locales</title> |
|
|
| 354 | <body> |
|
|
| 355 | |
|
|
| 356 | <p> |
|
|
| 357 | You will probably only use one or maybe two locales on your system. You can |
|
|
| 358 | specify locales you will need in <path>/etc/locale.gen</path>. |
|
|
| 359 | </p> |
|
|
| 360 | |
|
|
| 361 | <pre caption="Opening /etc/locale.gen"> |
|
|
| 362 | # <i>nano -w /etc/locale.gen</i> |
|
|
| 363 | </pre> |
|
|
| 364 | |
|
|
| 365 | <p> |
|
|
| 366 | The following locales are an example to get both English (United States) and |
|
|
| 367 | German (Germany) with the accompanying character formats (like UTF-8). |
|
|
| 368 | </p> |
|
|
| 369 | |
|
|
| 370 | <pre caption="Specify your locales"> |
|
|
| 371 | en_US ISO-8859-1 |
|
|
| 372 | en_US.UTF-8 UTF-8 |
|
|
| 373 | de_DE ISO-8859-1 |
|
|
| 374 | de_DE@euro ISO-8859-15 |
|
|
| 375 | </pre> |
|
|
| 376 | |
|
|
| 377 | <p> |
|
|
| 378 | The next step is to run <c>locale-gen</c>. It will generate all the locales you |
|
|
| 379 | have specified in the <path>/etc/locale.gen</path> file. |
|
|
| 380 | </p> |
|
|
| 381 | |
|
|
| 382 | <pre caption="Running locale-gen"> |
|
|
| 383 | # <i>locale-gen</i> |
|
|
| 384 | </pre> |
|
|
| 385 | |
|
|
| 386 | <p> |
|
|
| 387 | Now continue with <uri link="?part=1&chap=7">Configuring the Kernel</uri>. |
|
|
| 388 | </p> |
|
|
| 389 | |
|
|
| 390 | </body> |
|
|
| 391 | </subsection> |
|
|
| 392 | </section> |
352 | </section> |
| 393 | </sections> |
353 | </sections> |