swift 13/05/02 17:46:14 Modified: gentoo-x86-quickinstall-system.xml Log: Fix bug #467038 - Timezone is already set earlier, but we should set hwclock
Revision Changes Path 1.9 xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.8&r2=1.9 Index: gentoo-x86-quickinstall-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gentoo-x86-quickinstall-system.xml 19 Jan 2013 20:59:22 -0000 1.8 +++ gentoo-x86-quickinstall-system.xml 2 May 2013 17:46:14 -0000 1.9 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.8 2013/01/19 20:59:22 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.9 2013/05/02 17:46:14 swift Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>8</version> -<date>2013-01-16</date> +<version>9</version> +<date>2013-05-02</date> <section> <title>Configure the system</title> @@ -94,12 +94,11 @@ </pre> <p> -Edit <path>/etc/timezone</path> to define the time zone you used -previously. +Edit <path>/etc/conf.d/hwclock</path> to set clock options. </p> -<pre caption="Edit /etc/timezone"> -Europe/Brussels +<pre caption="Edit /etc/conf.d/hwclock"> +livecd # <i>nano -w /etc/conf.d/hwclock</i> </pre> <p>
