nightmorph 07/04/08 15:54:05 Modified: hb-install-mips-kernel.xml Log: updated timezone for bug 158637
Revision Changes Path 1.14 xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?r1=1.13&r2=1.14 Index: hb-install-mips-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-install-mips-kernel.xml 19 Mar 2007 09:09:40 -0000 1.13 +++ hb-install-mips-kernel.xml 8 Apr 2007 15:54:05 -0000 1.14 @@ -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/draft/hb-install-mips-kernel.xml,v 1.13 2007/03/19 09:09:40 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v 1.14 2007/04/08 15:54:05 nightmorph Exp $ --> <!-- :vim:ts=2:sts=2:et:tw=80: --> <sections> @@ -17,14 +17,17 @@ <p> You first need to select your timezone so that your system knows where it is -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy -it to <path>/etc/localtime</path>. Please avoid the +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8. </p> -<pre caption="Setting the timezone information to GMT"> -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i> +<pre caption="Setting the timezone information"> +# <i>ls /usr/share/zoneinfo</i> +<comment>(Suppose you want to use GMT)</comment> +# <i>nano -w /etc/conf.d/clock</i> +TIMEZONE="GMT" </pre> </body> @@ -82,8 +85,9 @@ <comment>(Substitute cobalt with the appropriate USE flag for your system if required)</comment> # <i>mkdir /etc/portage</i> # <i>echo "sys-kernel/mips-sources cobalt" >> /etc/portage/package.use</i> ---> + <comment>(Unpack & install the kernel sources)</comment> +--> # <i>emerge mips-sources</i> </pre> -- [email protected] mailing list
