Changeset 24e96cc


Ignore:
Timestamp:
07/24/06 07:12:50 (7 years ago)
Author:
Chris Staub <chris@…>
Children:
ba24974fc07b02b2b9e23bf7f78ed897a013f435
Parents:
929e11aac692f5f0ef9f52c958061c7b7802b18d
git-author:
Chris Staub <chris@beaker67.com>2006-07-24 07:12:50+00:00
git-committer:
Chris Staub <chris@beaker67.com>2006-07-24 07:12:50+00:00
Message:

Updated commands for building keymap into the kernel

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/x86/kernel.xml

    ra6bba28d r24e96cc  
    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" 
  • bootable/x86/kernel.xml

    rf1fd69a r24e96cc  
    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. 
  • introduction/common/changelog.xml

    r200b67c r24e96cc  
    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.