Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-config.xml
Date: Sun, 11 Sep 2011 08:53:45
Message-Id: 20110911085334.D08952004C@flycatcher.gentoo.org
1 swift 11/09/11 08:53:34
2
3 Modified: hb-install-config.xml
4 Log:
5 Update hwclock references, thanks to klondike for the initial patch. Bug reports crossed #382525 and #213988
6
7 Revision Changes Path
8 1.107 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.107&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.107&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.106&r2=1.107
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
17 retrieving revision 1.106
18 retrieving revision 1.107
19 diff -u -r1.106 -r1.107
20 --- hb-install-config.xml 14 Aug 2011 10:29:40 -0000 1.106
21 +++ hb-install-config.xml 11 Sep 2011 08:53:34 -0000 1.107
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.106 2011/08/14 10:29:40 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.107 2011/09/11 08:53:34 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>13</version>
36 -<date>2011-08-13</date>
37 +<version>14</version>
38 +<date>2011-09-11</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -488,21 +488,21 @@
43 </pre>
44
45 <p>
46 -If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c>
47 +If your hardware clock is not using UTC, you need to add <c>clock="local"</c>
48 to the file. Otherwise you will notice some clock skew.
49 </p>
50
51 <p>
52 -You should define the timezone that you previously copied to
53 -<path>/etc/localtime</path> so that further upgrades of the
54 -<c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path>
55 -automatically. For instance, if you used the GMT timezone, you would add
56 -<c>TIMEZONE="GMT"</c>
57 +When you're finished configuring <path>/etc/conf.d/hwclock</path>, save and
58 +exit.
59 </p>
60
61 <p>
62 -When you're finished configuring <path>/etc/conf.d/hwclock</path>, save and
63 -exit.
64 +You should define the timezone that you previously copied to
65 +<path>/etc/localtime</path> in the <path>/etc/timezone</path> file so that
66 +further upgrades of the <c>sys-libs/timezone-data</c> package can update
67 +<path>/etc/localtime</path> automatically. For instance, if you used the GMT
68 +timezone, you would write <c>GMT</c> in the <path>/etc/timezone</path> file.
69 </p>
70
71 <p test="not(func:keyval('arch')='PPC64')">