From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 39373138247 for ; Thu, 19 Dec 2013 10:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A83C1E0B5F; Thu, 19 Dec 2013 10:48:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BD64E0B5F for ; Thu, 19 Dec 2013 10:48:23 +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 1866833F5EB for ; Thu, 19 Dec 2013 10:48:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id ABC852004B; Thu, 19 Dec 2013 10:48:20 +0000 (UTC) From: "Sven Vermeulen (swift)" 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: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131219104820.ABC852004B@flycatcher.gentoo.org> Date: Thu, 19 Dec 2013 10:48:20 +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 X-Archives-Salt: 8642b94f-5fca-41c0-a38f-e8112f019750 X-Archives-Hash: f5a7103d44a3b6ce3b51244ac8c2053d swift 13/12/19 10:48:20 Modified: hb-install-config.xml hb-install-system.xml Log: Move locale generation before kernel build, otherwise kernel build will complain about missing/unset locale variables Revision Changes Path 1.129 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.128&r2=1.129 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- hb-install-config.xml 18 Dec 2013 10:13:54 -0000 1.128 +++ hb-install-config.xml 19 Dec 2013 10:48:20 -0000 1.129 @@ -4,7 +4,7 @@ - + @@ -14,8 +14,8 @@ proceed. -34 -2013-12-18 +35 +2013-12-19
Filesystem Information @@ -522,113 +522,6 @@ - -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 locale -a. - - - -We strongly suggest that you should use at least one UTF-8 locale because some -applications may require it. - - -

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

- -
-# locale-gen
-
- -

-You can verify that your selected locales are available by running locale -a. -

- -

-Once done, you now have the possibility to set the system-wide locale settings. -With eselect locale list, the available targets are displayed: -

- -
-# eselect locale list
-Available targets for the LANG variable:
-  [1] C
-  [2] POSIX
-  [3] en_US
-  [4] en_US.iso88591
-  [5] en_US.utf8
-  [6] de_DE
-  [7] de_DE.iso88591
-  [8] de_DE.iso885915
-  [9] de_DE.utf8
-  [ ] (free form)
-
- -

-With eselect locale set <value> the correct locale can be set: -

- -
-# eselect locale set 9
-
- -

-Manually, this can still be accomplished through the -/etc/env.d/02locale file: -

- -
-LANG="de_DE.UTF-8"
-LC_COLLATE="C"
-
- -

-Don't forget to reload your environment: -

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

-We made a full Localization -Guide to help you through this process. You can also read the detailed -UTF-8 article for very specific -informations to enable UTF-8 on your system. -

- -

-Please continue with Installing Necessary System -Tools. -

- - -
Configuring the Console 1.143 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.142&r2=1.143 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- hb-install-system.xml 19 Dec 2013 07:59:36 -0000 1.142 +++ hb-install-system.xml 19 Dec 2013 10:48:20 -0000 1.143 @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ to progress to that state. -34 +35 2013-12-19
@@ -461,4 +461,112 @@
+
+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 locale -a. + + + +We strongly suggest that you should use at least one UTF-8 locale because some +applications may require it. + + +

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

+ +
+# locale-gen
+
+ +

+You can verify that your selected locales are available by running locale -a. +

+ +

+Once done, you now have the possibility to set the system-wide locale settings. +With eselect locale list, the available targets are displayed: +

+ +
+# eselect locale list
+Available targets for the LANG variable:
+  [1] C
+  [2] POSIX
+  [3] en_US
+  [4] en_US.iso88591
+  [5] en_US.utf8
+  [6] de_DE
+  [7] de_DE.iso88591
+  [8] de_DE.iso885915
+  [9] de_DE.utf8
+  [ ] (free form)
+
+ +

+With eselect locale set <value> the correct locale can be set: +

+ +
+# eselect locale set 9
+
+ +

+Manually, this can still be accomplished through the +/etc/env.d/02locale file: +

+ +
+LANG="de_DE.UTF-8"
+LC_COLLATE="C"
+
+ +

+Make sure a locale is set, as you could otherwise get warnings and errors +during kernel builds and other software deployments later in the installation. +

+ +

+Don't forget to reload your environment: +

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

+We made a full Localization +Guide to help you through this process. You can also read the detailed +UTF-8 article for very specific +informations to enable UTF-8 on your system. +

+ + +
+