Changeset cc04edb for BOOK/boot/x86


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

File:
1 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"
Note: See TracChangeset for help on using the changeset viewer.