Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Wed, 19 Jul 2006 12:01:54
Message-Id: 20060719120140.5C75E64434@smtp.gentoo.org
1 rane 06/07/19 12:01:39
2
3 Modified: hb-install-system.xml
4 Log:
5 #140098, locale-gen instead of userlocales
6
7 Revision Changes Path
8 1.95 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.95&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.95&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml.diff?r1=1.94&r2=1.95&cvsroot=gentoo
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.94
18 retrieving revision 1.95
19 diff -u -r1.94 -r1.95
20 --- hb-install-system.xml 13 Jul 2006 15:01:27 -0000 1.94
21 +++ hb-install-system.xml 19 Jul 2006 12:01:39 -0000 1.95
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.94 2006/07/13 15:01:27 rane Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.95 2006/07/19 12:01:39 rane Exp $ -->
28
29 <sections>
30
31 -<version>2.20</version>
32 -<date>2006-07-13</date>
33 +<version>2.21</version>
34 +<date>2006-07-18</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -342,24 +342,12 @@
39 <body>
40
41 <p>
42 -You will probably only use one or maybe two locales on your system. Up until now
43 -after compiling <c>glibc</c> a full set of all available locales will be
44 -created. As of now you can activate the <c>userlocales</c> USE flag and specify
45 -only the locales you will need in <path>/etc/locales.build</path>. Only do this
46 -if you know what locales to choose.
47 +You will probably only use one or maybe two locales on your system. You can
48 +specify locales you will need in <path>/etc/locales.ge</path>.
49 </p>
50
51 -<pre caption="Activate the userlocales USE flag especially for glibc">
52 -# <i>mkdir -p /etc/portage</i>
53 -# <i>echo "sys-libs/glibc userlocales" >> /etc/portage/package.use</i>
54 -</pre>
55 -
56 -<p>
57 -Now specify the locales you want to be able to use:
58 -</p>
59 -
60 -<pre caption="Opening /etc/locales.build">
61 -# <i>nano -w /etc/locales.build</i>
62 +<pre caption="Opening /etc/locale.gen">
63 +# <i>nano -w /etc/locale.gen</i>
64 </pre>
65
66 <p>
67 @@ -368,13 +356,18 @@
68 </p>
69
70 <pre caption="Specify your locales">
71 -en_US/ISO-8859-1
72 -en_US.UTF-8/UTF-8
73 -de_DE/ISO-8859-1
74 -de_DE@euro/ISO-8859-15
75 +en_US ISO-8859-1
76 +en_US.UTF-8 UTF-8
77 +de_DE ISO-8859-1
78 +de_DE@euro ISO-8859-15
79 </pre>
80
81 <p>
82 +The next step is to run <c>locale-gen</c>. It will generate all the locales you
83 +have specified in the <path>/etc/locale.gen</path> file.
84 +</p>
85 +
86 +<p>
87 Now continue with <uri link="?part=1&amp;chap=7">Configuring the Kernel</uri>.
88 </p>
89
90
91
92
93 --
94 gentoo-doc-cvs@g.o mailing list