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: gentoo-x86-quickinstall-stage.xml
Date: Thu, 23 Feb 2012 00:03:31
Message-Id: 20120222212745.7DF632004B@flycatcher.gentoo.org
1 swift 12/02/22 21:27:45
2
3 Modified: gentoo-x86-quickinstall-stage.xml
4 Log:
5 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
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.13&r2=1.14
13
14 Index: gentoo-x86-quickinstall-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- gentoo-x86-quickinstall-stage.xml 2 Aug 2011 02:28:17 -0000 1.13
21 +++ gentoo-x86-quickinstall-stage.xml 22 Feb 2012 21:27:45 -0000 1.14
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.13 2011/08/02 02:28:17 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.14 2012/02/22 21:27:45 swift Exp $ -->
27
28 <included>
29
30 -<version>12</version>
31 -<date>2011-08-01</date>
32 +<version>13</version>
33 +<date>2012-02-22</date>
34
35 <section>
36 <title>Setting Up The Stage</title>
37 @@ -116,6 +116,7 @@
38 livecd / # <i>ls /usr/share/zoneinfo</i>
39 <comment>(Using Brussels as an example)</comment>
40 livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
41 +livecd / # <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
42
43 livecd / # <i>date</i>
44 Wed Mar 8 00:46:05 CET 2006