fox2mike    05/06/24 18:47:21

  Modified:    xml/htdocs/doc/en/handbook hb-install-config.xml
  Log:
  #96963 - Changes due to stable baselayout 1.11.x. Thanks to Marcelo Goes for 
the patch.

Revision  Changes    Path
1.67      +41 -9     xml/htdocs/doc/en/handbook/hb-install-config.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.67&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.67&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml.diff?r1=1.66&r2=1.67&cvsroot=gentoo

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- hb-install-config.xml       19 Jun 2005 11:25:21 -0000      1.66
+++ hb-install-config.xml       24 Jun 2005 18:47:21 -0000      1.67
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.66 
2005/06/19 11:25:21 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.67 
2005/06/24 18:47:21 fox2mike Exp $ -->
 
 <sections>
 
-<version>2.8</version>
-<date>2005-06-19</date>
+<version>2.9</version>
+<date>2005-06-24</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -226,7 +226,7 @@
 
 <p>
 Before you get that "Hey, we've had that already"-feeling, you should remember
-that the networking you set up in the beginning of the gentoo installation was 
+that the networking you set up in the beginning of the Gentoo installation was 
 just for the installation. Right now you are going to configure networking for 
 your Gentoo system permanently.
 </p>
@@ -428,10 +428,27 @@
 </pre>
 
 <p>
+When you're finished configuring <path>/etc/rc.conf</path>, save and exit. 
+</p>
+
+<p>
 As you can see, this file is well commented to help you set up the necessary
-configuration variables. Take special care with the <c>KEYMAP</c> setting: if
-you select the wrong <c>KEYMAP</c> you will get weird results when typing on
-your keyboard.
+configuration variables. Among other settings, you can configure your console
+fonts, your default editor and your display manager (like gdm or kdm).
+</p>
+
+<p>
+Gentoo uses <path>/etc/conf.d/keymaps</path> to handle keyboard configuration.
+Edit it to configure your keyboard.
+</p>
+
+<pre caption="Opening /etc/conf.d/keymaps">
+# <i>nano -w /etc/conf.d/keymaps</i>
+</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.
 </p>
 
 <note>
@@ -442,16 +459,31 @@
 <p>
 <b>PPC</b> uses x86 keymaps on most systems. Users who want to be able to use 
 ADB keymaps on boot have to enable ADB keycode sendings in their kernel and 
have
-to set a mac/ppc keymap in <path>rc.conf</path>.
+to set a mac/ppc keymap in <path>/etc/conf.d/keymaps</path>.
+</p>
+
+<p>
+When you're finished configuring <path>/etc/conf.d/keymaps</path>, save and
+exit. 
+</p>
+
+<p>
+Gentoo uses <path>/etc/conf.d/clock</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>
+
 <p>
 If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> 
to
 the file. Otherwise you will notice some clock skew.
 </p>
 
 <p>
-When you're finished configuring <path>/etc/rc.conf</path>, save and exit. 
+When you're finished configuring <path>/etc/conf.d/clock</path>, save and
+exit. 
 </p>
 
 <p>



-- 
[email protected] mailing list

Reply via email to