Changeset cc04edb


Ignore:
Timestamp:
Jul 24, 2006, 12:12:50 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5bb53b2
Parents:
16b63e5b
Message:

Updated commands for building keymap into the kernel

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86/kernel.xml

    r16b63e5b rcc04edb  
    4949    xpointer="xpointer(//*[@os='d'])"/>
    5050
    51     <para os="ab">If your keyboard isn't an US one, you may want to build
    52     the proper keymap for your keyboard layout inside the kernel. Do it by
    53     running the following command:</para>
     51    <para os="ab">If your keyboard isn't a US one and you have Kbd installed
     52    on your host system, you can build the proper keymap for your keyboard
     53    layout inside the kernel. If you wish to do this, run the following
     54    command (replace [path to keymap] with the keymap location on the host -
     55    a common location is in /usr/share/kbd):</para>
    5456
    55     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    56     href="../../bootable/x86/kernel.xml"
    57     xpointer="xpointer(//*[@os='f'])"/>
     57<screen os="f"><userinput>loadkeys -m <replaceable>[path to  keymap]</replaceable> &gt; \
     58    drivers/char/defkeymap.c</userinput></screen>
    5859
    5960    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/x86/kernel.xml

    r16b63e5b rcc04edb  
    4141    below:</para>
    4242
    43 <screen os="f"><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to  keymap]</replaceable> &gt; \
     43<screen os="f"><userinput>loadkeys -m /lib/kbd/keymaps/<replaceable>[path to  keymap]</replaceable> &gt; \
    4444    drivers/char/defkeymap.c</userinput></screen>
    4545
    4646    <para os="g">For example, if using a Dutch keyboard, use
    47     <filename>/usr/share/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>
     47    <filename>/lib/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>
    4848
    4949    <para os="h">Configure the kernel via a menu-driven interface.
  • BOOK/introduction/common/changelog.xml

    r16b63e5b rcc04edb  
    3838
    3939    <listitem>
     40      <para>July 24, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Updated commands for building the keymap into the
     44          kernel - changed the bootable/kernel page to account for the new
     45          keymap files location, and changed the instructions in the "boot"
     46          section to reflect that fact that we don't know where the keymap
     47          files may be on the host (fixes ticket #56).</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4053      <para>July 20, 2006</para>
    4154      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.