From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SGzGH-0003sp-Dp for garchives@archives.gentoo.org; Sun, 08 Apr 2012 21:03:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BC3CE0BF2 for ; Sun, 8 Apr 2012 21:03:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 25529E0ABC for ; Sun, 8 Apr 2012 20:20:57 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 618491B403D for ; Sun, 8 Apr 2012 20:20:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 794) id 380952004B; Sun, 8 Apr 2012 20:20:55 +0000 (UTC) From: "Camille Huot (cam)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-config.xml hb-install-system.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-config.xml hb-install-system.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: cam X-VCS-Committer-Name: Camille Huot Content-Type: text/plain; charset=utf8 Message-Id: <20120408202055.380952004B@flycatcher.gentoo.org> Date: Sun, 8 Apr 2012 20:20:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e10070d4-074d-4d6e-9de6-0a2500dc5344 X-Archives-Hash: ac02e3564617e36e769f6863cf390df7 cam 12/04/08 20:20:55 Modified: hb-install-config.xml hb-install-system.xml Log: #408073 - moving locale settings from Installing to Configure your System - removing "optional" - adding indications to set default system locale Revision Changes Path 1.112 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-config.xml?rev=3D1.112&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-config.xml?rev=3D1.112&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-config.xml?r1=3D1.111&r2=3D1.112 Index: hb-install-config.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-confi= g.xml,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- hb-install-config.xml 6 Apr 2012 12:09:19 -0000 1.111 +++ hb-install-config.xml 8 Apr 2012 20:20:55 -0000 1.112 @@ -4,7 +4,7 @@ =20 - + =20 =20 @@ -14,8 +14,8 @@ proceed. =20 -18 -2012-04-06 +19 +2012-04-08 =20
Filesystem Information @@ -502,6 +502,72 @@ /etc/timezone file.

=20 + + + + +Configure locales + + +

+You will probably only use one or maybe two locales on your system. You = have to +specify locales you will need in /etc/locale.gen. +

+ +
+# nano -w /etc/locale.gen
+
+ +

+The following locales are an example to get both English (United States)= and +German (Germany) with the accompanying character formats (like UTF-8). +

+ +
+en_US ISO-8859-1
+en_US.UTF-8 UTF-8
+de_DE ISO-8859-1
+de_DE@euro ISO-8859-15
+
+ + +You can select your desired locales in the list given by running loca= le -a. + + +

+The next step is to run locale-gen. It will generates all the loc= ales you +have specified in the /etc/locale.gen file. +

+ +
+# locale-gen
+
+ +

+Once done, you now have the possibility to set the system-wide locale se= ttings +in the /etc/env.d/02locale file: +

+ +
+
+

+And reload your environment: +

+ +
+# env-update && source /etc/profile
+
+ +

+We made a full Localiz= ation +Guide to help you through this process. You can also read our deta= iled +UTF-8 Guide for very specific +informations to enable UTF-8 on your system. +

+

Please continue with Installing Nec= essary System Tools. 1.121 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-system.xml?rev=3D1.121&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-system.xml?rev=3D1.121&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-system.xml?r1=3D1.120&r2=3D1.121 Index: hb-install-system.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-syste= m.xml,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- hb-install-system.xml 22 Aug 2011 16:58:02 -0000 1.120 +++ hb-install-system.xml 8 Apr 2012 20:20:55 -0000 1.121 @@ -4,7 +4,7 @@ =20 - + =20 =20 @@ -14,8 +14,8 @@ to progress to that state. =20 -12 -2011-08-22 +13 +2012-04-08 =20

Chrooting @@ -349,45 +349,5 @@ =20 - -Optional: glibc Locales - - -

-You will probably only use one or maybe two locales on your system. You = can -specify locales you will need in /etc/locale.gen. -

- -
-# nano -w /etc/locale.gen
-
- -

-The following locales are an example to get both English (United States)= and -German (Germany) with the accompanying character formats (like UTF-8). -

- -
-en_US ISO-8859-1
-en_US.UTF-8 UTF-8
-de_DE ISO-8859-1
-de_DE@euro ISO-8859-15
-
- -

-The next step is to run locale-gen. It will generate all the loca= les you -have specified in the /etc/locale.gen file. -

- -
-# locale-gen
-
- -

-Now continue with Configuring the K= ernel. -

- - -