Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
swift 12/02/22 21:27:45
Modified: gentoo-x86-quickinstall-stage.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.14 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.13&r2=1.14
Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gentoo-x86-quickinstall-stage.xml 2 Aug 2011 02:28:17 -0000 1.13
+++ gentoo-x86-quickinstall-stage.xml 22 Feb 2012 21:27:45 -0000 1.14
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.13 2011/08/02 02:28:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.14 2012/02/22 21:27:45 swift Exp $ -->
<included>
-<version>12</version>
-<date>2011-08-01</date>
+<version>13</version>
+<date>2012-02-22</date>
<section>
<title>Setting Up The Stage</title>
@@ -116,6 +116,7 @@
livecd / # <i>ls /usr/share/zoneinfo</i>
<comment>(Using Brussels as an example)</comment>
livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+livecd / # <i>echo "Europe/Brussels" > /etc/timezone</i>
livecd / # <i>date</i>
Wed Mar 8 00:46:05 CET 2006
|
|