swift       13/03/16 18:58:17

  Modified:             hb-install-alpha-kernel.xml
                        hb-install-arm-kernel.xml
                        hb-install-hppa-kernel.xml
                        hb-install-ia64-kernel.xml
                        hb-install-mips-kernel.xml
                        hb-install-ppc-kernel.xml
                        hb-install-ppc64-kernel.xml
                        hb-install-sparc-kernel.xml hb-install-system.xml
                        hb-install-x86+amd64-kernel.xml
  Log:
  Fix bug #460852 - Move timezone information to the "Installing the Gentoo 
Base System" chapter

Revision  Changes    Path
1.52                 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.51&r2=1.52

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- hb-install-alpha-kernel.xml 11 Sep 2012 22:49:20 -0000      1.51
+++ hb-install-alpha-kernel.xml 16 Mar 2013 18:58:17 -0000      1.52
@@ -4,37 +4,14 @@
 <!-- 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-alpha-kernel.xml,v 
1.51 2012/09/11 22:49:20 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 
1.52 2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
-<version>14</version>
-<date>2012-09-11</date>
+<version>15</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>



1.16                 xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.15&r2=1.16

Index: hb-install-arm-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-arm-kernel.xml   22 Feb 2012 21:27:45 -0000      1.15
+++ hb-install-arm-kernel.xml   16 Mar 2013 18:58:17 -0000      1.16
@@ -4,37 +4,14 @@
 <!-- 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-arm-kernel.xml,v 1.15 
2012/02/22 21:27:45 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.16 
2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
-<version>10</version>
-<date>2012-02-22</date>
+<version>11</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>



1.52                 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.51&r2=1.52

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- hb-install-hppa-kernel.xml  27 Mar 2012 17:46:07 -0000      1.51
+++ hb-install-hppa-kernel.xml  16 Mar 2013 18:58:17 -0000      1.52
@@ -4,37 +4,14 @@
 <!-- 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-hppa-kernel.xml,v 
1.51 2012/03/27 17:46:07 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 
1.52 2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
-<version>13</version>
-<date>2012-03-27</date>
+<version>14</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>



1.29                 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.28&r2=1.29

Index: hb-install-ia64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hb-install-ia64-kernel.xml  13 Nov 2012 06:06:43 -0000      1.28
+++ hb-install-ia64-kernel.xml  16 Mar 2013 18:58:17 -0000      1.29
@@ -4,37 +4,14 @@
 <!-- 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-ia64-kernel.xml,v 
1.28 2012/11/13 06:06:43 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 
1.29 2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
-<version>18</version>
-<date>2012-11-12</date>
+<version>19</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>



1.34                 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.33&r2=1.34

Index: hb-install-mips-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- hb-install-mips-kernel.xml  22 Feb 2012 21:27:45 -0000      1.33
+++ hb-install-mips-kernel.xml  16 Mar 2013 18:58:17 -0000      1.34
@@ -4,7 +4,7 @@
 <!-- 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-mips-kernel.xml,v 
1.33 2012/02/22 21:27:45 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 
1.34 2013/03/16 18:58:17 swift Exp $ -->
 <sections>
 
 <abstract>
@@ -12,32 +12,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>11</version>
-<date>2012-02-22</date>
-
-<section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
+<version>12</version>
+<date>2013-03-16</date>
 
 <section>
 <title>Installing the Sources</title>



1.71                 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.71&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.71&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.70&r2=1.71

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- hb-install-ppc-kernel.xml   6 Oct 2012 20:16:10 -0000       1.70
+++ hb-install-ppc-kernel.xml   16 Mar 2013 18:58:17 -0000      1.71
@@ -4,7 +4,7 @@
 <!-- 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-ppc-kernel.xml,v 1.70 
2012/10/06 20:16:10 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.71 
2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
@@ -13,33 +13,10 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>15</version>
-<date>2012-10-06</date>
+<version>16</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Kernel Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>



1.39                 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.38&r2=1.39

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-ppc64-kernel.xml 22 Feb 2012 21:27:45 -0000      1.38
+++ hb-install-ppc64-kernel.xml 16 Mar 2013 18:58:17 -0000      1.39
@@ -4,7 +4,7 @@
 <!-- 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-ppc64-kernel.xml,v 
1.38 2012/02/22 21:27:45 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 
1.39 2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
@@ -13,33 +13,10 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>11</version>
-<date>2012-02-22</date>
+<version>12</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>



1.45                 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.44&r2=1.45

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- hb-install-sparc-kernel.xml 11 Sep 2012 22:49:21 -0000      1.44
+++ hb-install-sparc-kernel.xml 16 Mar 2013 18:58:17 -0000      1.45
@@ -4,37 +4,14 @@
 <!-- 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-sparc-kernel.xml,v 
1.44 2012/09/11 22:49:21 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 
1.45 2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
-<version>14</version>
-<date>2012-09-11</date>
+<version>15</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>



1.133                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.133&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.133&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.132&r2=1.133

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- hb-install-system.xml       20 Jan 2013 18:11:00 -0000      1.132
+++ hb-install-system.xml       16 Mar 2013 18:58:17 -0000      1.133
@@ -4,7 +4,7 @@
 <!-- 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.132 
2013/01/20 18:11:00 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.133 
2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>24</version>
-<date>2013-01-20</date>
+<version>25</version>
+<date>2013-03-16</date>
 
 <section>
 <title>Chrooting</title>
@@ -392,4 +392,28 @@
 </body>
 </subsection>
 </section>
+<section>
+<title>Timezone</title>
+<body>
+
+<p>
+Finally select your timezone so that your system knows where it is physically
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
+it to <path>/etc/localtime</path>. Please avoid the
+<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact
+GMT+8.
+</p>
+
+<pre caption="Setting the timezone information">
+# <i>ls /usr/share/zoneinfo</i>
+<comment>(Suppose you want to use Europe/Brussels)</comment>
+# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+<comment>(Next set the timezone)</comment>
+# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
+</pre>
+
+</body>
+</section>
+
 </sections>



1.50                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.49&r2=1.50

Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- hb-install-x86+amd64-kernel.xml     13 Nov 2012 06:06:43 -0000      1.49
+++ hb-install-x86+amd64-kernel.xml     16 Mar 2013 18:58:17 -0000      1.50
@@ -4,7 +4,7 @@
 <!-- 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-x86+amd64-kernel.xml,v
 1.49 2012/11/13 06:06:43 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
 1.50 2013/03/16 18:58:17 swift Exp $ -->
 
 <sections>
 
@@ -13,33 +13,10 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>19</version>
-<date>2012-11-12</date>
+<version>20</version>
+<date>2013-03-16</date>
 
 <section>
-<title>Timezone</title>
-<body>
-
-<p>
-You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
-<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
-indicate the expected zones. For instance, <path>GMT-8</path> is in fact
-GMT+8.
-</p>
-
-<pre caption="Setting the timezone information">
-# <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use Europe/Brussels)</comment>
-# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
-<comment>(Next set the timezone)</comment>
-# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
-</pre>
-
-</body>
-</section>
-<section>
 <title>Installing the Sources</title>
 <subsection>
 <title>Choosing a Kernel</title>




Reply via email to