Changeset cc04edb
- Timestamp:
- Jul 24, 2006, 7:12:50 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5bb53b2
- Parents:
- 16b63e5b
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/kernel.xml
r16b63e5b rcc04edb 49 49 xpointer="xpointer(//*[@os='d'])"/> 50 50 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> 54 56 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> > \ 58 drivers/char/defkeymap.c</userinput></screen> 58 59 59 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/x86/kernel.xml
r16b63e5b rcc04edb 41 41 below:</para> 42 42 43 <screen os="f"><userinput>loadkeys -m / usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> > \43 <screen os="f"><userinput>loadkeys -m /lib/kbd/keymaps/<replaceable>[path to keymap]</replaceable> > \ 44 44 drivers/char/defkeymap.c</userinput></screen> 45 45 46 46 <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> 48 48 49 49 <para os="h">Configure the kernel via a menu-driven interface. -
BOOK/introduction/common/changelog.xml
r16b63e5b rcc04edb 38 38 39 39 <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> 40 53 <para>July 20, 2006</para> 41 54 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.