swift 11/08/12 18:45:20 Modified: hb-install-config.xml Log: Fix bug #378495 - OpenRC uses /etc/conf.d/hwclock instead of /etc/conf.d/clock. Also fix KEYMAP variable (is now lower case)
Revision Changes Path 1.105 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.104&r2=1.105 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- hb-install-config.xml 3 Aug 2011 08:17:07 -0000 1.104 +++ hb-install-config.xml 12 Aug 2011 18:45:20 -0000 1.105 @@ -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/hb-install-config.xml,v 1.104 2011/08/03 08:17:07 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.105 2011/08/12 18:45:20 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ proceed. </abstract> -<version>11</version> -<date>2011-08-03</date> +<version>12</version> +<date>2011-08-12</date> <section> <title>Filesystem Information</title> @@ -465,8 +465,8 @@ </pre> <p> -Take special care with the <c>KEYMAP</c> variable. If you select the wrong -<c>KEYMAP</c>, you will get weird results when typing on your keyboard. +Take special care with the <c>keymap</c> variable. If you select the wrong +<c>keymap</c>, you will get weird results when typing on your keyboard. </p> <note test="substring(func:keyval('arch'),1,3)='PPC'"> @@ -479,12 +479,12 @@ </p> <p> -Gentoo uses <path>/etc/conf.d/clock</path> to set clock options. Edit it +Gentoo uses <path>/etc/conf.d/hwclock</path> to set clock options. Edit it according to your needs. </p> -<pre caption="Opening /etc/conf.d/clock"> -# <i>nano -w /etc/conf.d/clock</i> +<pre caption="Opening /etc/conf.d/hwclock"> +# <i>nano -w /etc/conf.d/hwclock</i> </pre> <p>
