swift       12/02/22 21:27:45

  Modified:             hb-install-alpha-kernel.xml
                        hb-install-arm-kernel.xml hb-install-config.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-x86+amd64-kernel.xml
  Log:
  Fix bug #405271 (thanks to Ogelpre) to update /etc/timezone wherever we say 
to update /etc/localtime as it is /etc/timezone that is the master, read by 
timezone-data to update localtime

Revision  Changes    Path
1.49                 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.49&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.49&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.48&r2=1.49

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.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- hb-install-alpha-kernel.xml 12 Aug 2011 19:05:02 -0000      1.48
+++ hb-install-alpha-kernel.xml 22 Feb 2012 21:27:45 -0000      1.49
@@ -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-alpha-kernel.xml,v 
1.48 2011/08/12 19:05:02 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 
1.49 2012/02/22 21:27:45 swift Exp $ -->
 
 <sections>
 
-<version>11</version>
-<date>2011-08-12</date>
+<version>12</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -26,8 +26,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



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

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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-arm-kernel.xml   1 Apr 2008 08:53:46 -0000       1.14
+++ hb-install-arm-kernel.xml   22 Feb 2012 21:27:45 -0000      1.15
@@ -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-arm-kernel.xml,v 1.14 
2008/04/01 08:53:46 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>10</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -26,8 +26,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



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

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- hb-install-config.xml       30 Oct 2011 11:56:08 -0000      1.108
+++ hb-install-config.xml       22 Feb 2012 21:27:45 -0000      1.109
@@ -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-config.xml,v 1.108 
2011/10/30 11:56:08 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.109 
2012/02/22 21:27:45 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 proceed.
 </abstract>
 
-<version>15</version>
-<date>2011-10-30</date>
+<version>16</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -502,8 +502,9 @@
 You should define the timezone that you previously copied to
 <path>/etc/localtime</path> in the <path>/etc/timezone</path> file so that
 further upgrades of the <c>sys-libs/timezone-data</c> package can update
-<path>/etc/localtime</path> automatically. For instance, if you used the GMT
-timezone, you would write <c>GMT</c> in the <path>/etc/timezone</path> file.
+<path>/etc/localtime</path> automatically. For instance, if you used the
+Europe/Brussels timezone, you would write <c>Europe/Brussels</c> in the
+<path>/etc/timezone</path> file.
 </p>
 
 <p test="not(func:keyval('arch')='PPC64')">



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

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.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- hb-install-hppa-kernel.xml  12 Aug 2011 19:05:02 -0000      1.49
+++ hb-install-hppa-kernel.xml  22 Feb 2012 21:27:45 -0000      1.50
@@ -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-hppa-kernel.xml,v 
1.49 2011/08/12 19:05:02 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 
1.50 2012/02/22 21:27:45 swift Exp $ -->
 
 <sections>
 
-<version>11</version>
-<date>2011-08-03</date>
+<version>12</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -26,8 +26,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



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

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.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hb-install-ia64-kernel.xml  18 Sep 2011 17:37:47 -0000      1.24
+++ hb-install-ia64-kernel.xml  22 Feb 2012 21:27:45 -0000      1.25
@@ -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-ia64-kernel.xml,v 
1.24 2011/09/18 17:37:47 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 
1.25 2012/02/22 21:27:45 swift Exp $ -->
 
 <sections>
 
-<version>14</version>
-<date>2011-09-18</date>
+<version>15</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -26,8 +26,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



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

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.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-mips-kernel.xml  27 Jul 2010 22:54:33 -0000      1.32
+++ hb-install-mips-kernel.xml  22 Feb 2012 21:27:45 -0000      1.33
@@ -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.32 2010/07/27 22:54:33 nightmorph Exp $ -->
+<!-- $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 $ -->
 <sections>
 
 <abstract>
@@ -12,8 +12,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>10.0</version>
-<date>2010-07-27</date>
+<version>11</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -30,8 +30,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



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

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.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- hb-install-ppc-kernel.xml   3 Sep 2011 07:18:27 -0000       1.68
+++ hb-install-ppc-kernel.xml   22 Feb 2012 21:27:45 -0000      1.69
@@ -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.68 
2011/09/03 07:18:27 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.69 
2012/02/22 21:27:45 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>13</version>
-<date>2011-09-02</date>
+<version>14</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -31,8 +31,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



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

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.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-ppc64-kernel.xml 21 Jul 2010 01:55:53 -0000      1.37
+++ hb-install-ppc64-kernel.xml 22 Feb 2012 21:27:45 -0000      1.38
@@ -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.37 2010/07/21 01:55:53 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>10.0</version>
-<date>2010-07-20</date>
+<version>11</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -31,8 +31,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



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

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.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hb-install-sparc-kernel.xml 13 Dec 2011 20:30:54 -0000      1.41
+++ hb-install-sparc-kernel.xml 22 Feb 2012 21:27:45 -0000      1.42
@@ -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-sparc-kernel.xml,v 
1.41 2011/12/13 20:30:54 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 
1.42 2012/02/22 21:27:45 swift Exp $ -->
 
 <sections>
 
-<version>11</version>
-<date>2011-12-13</date>
+<version>12</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -26,8 +26,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>



1.45                 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.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.45&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.44&r2=1.45

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.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- hb-install-x86+amd64-kernel.xml     5 Nov 2011 18:30:35 -0000       1.44
+++ hb-install-x86+amd64-kernel.xml     22 Feb 2012 21:27:45 -0000      1.45
@@ -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.44 2011/11/05 18:30:35 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
 1.45 2012/02/22 21:27:45 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>14</version>
-<date>2011-11-05</date>
+<version>15</version>
+<date>2012-02-22</date>
 
 <section>
 <title>Timezone</title>
@@ -31,8 +31,10 @@
 
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
-<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</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>




Reply via email to