rane 06/07/19 12:01:39 Modified: hb-install-system.xml Log: #140098, locale-gen instead of userlocales
Revision Changes Path 1.95 xml/htdocs/doc/en/handbook/hb-install-system.xml 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 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 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 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- hb-install-system.xml 13 Jul 2006 15:01:27 -0000 1.94 +++ hb-install-system.xml 19 Jul 2006 12:01:39 -0000 1.95 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.94 2006/07/13 15:01:27 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.95 2006/07/19 12:01:39 rane Exp $ --> <sections> -<version>2.20</version> -<date>2006-07-13</date> +<version>2.21</version> +<date>2006-07-18</date> <section> <title>Chrooting</title> @@ -342,24 +342,12 @@ <body> <p> -You will probably only use one or maybe two locales on your system. Up until now -after compiling <c>glibc</c> a full set of all available locales will be -created. As of now you can activate the <c>userlocales</c> USE flag and specify -only the locales you will need in <path>/etc/locales.build</path>. Only do this -if you know what locales to choose. +You will probably only use one or maybe two locales on your system. You can +specify locales you will need in <path>/etc/locales.ge</path>. </p> -<pre caption="Activate the userlocales USE flag especially for glibc"> -# <i>mkdir -p /etc/portage</i> -# <i>echo "sys-libs/glibc userlocales" >> /etc/portage/package.use</i> -</pre> - -<p> -Now specify the locales you want to be able to use: -</p> - -<pre caption="Opening /etc/locales.build"> -# <i>nano -w /etc/locales.build</i> +<pre caption="Opening /etc/locale.gen"> +# <i>nano -w /etc/locale.gen</i> </pre> <p> @@ -368,13 +356,18 @@ </p> <pre caption="Specify your locales"> -en_US/ISO-8859-1 -en_US.UTF-8/UTF-8 -de_DE/ISO-8859-1 [EMAIL PROTECTED]/ISO-8859-15 +en_US ISO-8859-1 +en_US.UTF-8 UTF-8 +de_DE ISO-8859-1 [EMAIL PROTECTED] ISO-8859-15 </pre> <p> +The next step is to run <c>locale-gen</c>. It will generate all the locales you +have specified in the <path>/etc/locale.gen</path> file. +</p> + +<p> Now continue with <uri link="?part=1&chap=7">Configuring the Kernel</uri>. </p> -- [email protected] mailing list
