swift 11/09/11 08:53:34 Modified: hb-install-config.xml Log: Update hwclock references, thanks to klondike for the initial patch. Bug reports crossed #382525 and #213988
Revision Changes Path 1.107 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.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.106&r2=1.107 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- hb-install-config.xml 14 Aug 2011 10:29:40 -0000 1.106 +++ hb-install-config.xml 11 Sep 2011 08:53:34 -0000 1.107 @@ -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.106 2011/08/14 10:29:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.107 2011/09/11 08:53:34 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ proceed. </abstract> -<version>13</version> -<date>2011-08-13</date> +<version>14</version> +<date>2011-09-11</date> <section> <title>Filesystem Information</title> @@ -488,21 +488,21 @@ </pre> <p> -If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> +If your hardware clock is not using UTC, you need to add <c>clock="local"</c> to the file. Otherwise you will notice some clock skew. </p> <p> -You should define the timezone that you previously copied to -<path>/etc/localtime</path> 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 add -<c>TIMEZONE="GMT"</c> +When you're finished configuring <path>/etc/conf.d/hwclock</path>, save and +exit. </p> <p> -When you're finished configuring <path>/etc/conf.d/hwclock</path>, save and -exit. +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. </p> <p test="not(func:keyval('arch')='PPC64')">
