aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kbd-exp.xml7
-rw-r--r--chapter06/kbd-inst.xml13
2 files changed, 4 insertions, 16 deletions
diff --git a/chapter06/kbd-exp.xml b/chapter06/kbd-exp.xml
index e00d4b751..f084752bf 100644
--- a/chapter06/kbd-exp.xml
+++ b/chapter06/kbd-exp.xml
@@ -8,11 +8,8 @@ the FHS suggests.</para>
<para><userinput>rm
/usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz:</userinput> We
remove this file because we don't know which keymap you
-need to use.</para>
-
-<para><userinput>ln -s &lt;path-to-keymap&gt; defkeymap.map.gz</userinput>
-With this command you set the default keymap that can be loaded using
-the <userinput>loadkeys -d</userinput> command.</para>
+need to use. As said above, we will be defining the default keymap in
+chapter 7 when the system configuration files are created.</para>
</sect2>
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml
index 1733fb310..3529768c7 100644
--- a/chapter06/kbd-inst.xml
+++ b/chapter06/kbd-inst.xml
@@ -8,17 +8,8 @@
<userinput>make install &amp;&amp;</userinput>
<userinput>rm /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz</userinput></screen></para>
-<para>Now we have to choose a default keymap. Explore the
-/usr/share/kbd/keymaps directory, and find the keymap that you would like to use
-as a default. Then execute this command:</para>
-
-<para><screen><userinput>cd /usr/share/kbd/keymaps &amp;&amp;</userinput>
-<userinput>ln -s &lt;path-to-keymap&gt; defkeymap.map.gz</userinput></screen></para>
-
-<para>Replace <userinput>&lt;path-to-keymap&gt;</userinput> with the path to the
-keymap you have selected, relative to the /usr/share/kbd/keymaps/ directory. For
-example, if you have chosen the US keymap, you would replace it with
-i386/qwerty/us.map.gz.</para>
+<para>We will be defining our default keymap later on when we create the
+system configuration files in chapter 7.</para>
</sect2>