Changeset 74ab612


Ignore:
Timestamp:
12/12/2001 09:40:57 PM (22 years ago)
Author:
Marc Heerdink <gimli@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
85a5d9a
Parents:
0bafc62
Message:

Upgraded the kbd patch to 1.06-2 and updated the program descriptions for kbd. (Bug 216)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendixa/kbd-desc.xml

    r0bafc62 r74ab612  
    33
    44<para>The Kbd package contains the chvt, deallocvt, dumpkeys, fgconsole,
    5 getkeycodes, kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn,
    6 psfxtable, resizecons, screendump, setfont,
    7 setkeycodes, setleds, setmetamode, setvesablank, showfont,
    8 showkey, unicode_start, and unicode_stop programs.
    9 There are some other programs that
    10 don't get installed by default, as they are very optional. Take a look at the
    11 Kbd package contents if you have trouble with your console.</para>
     5getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn,
     6psfxtable, resizecons, setfont, setkeycodes, setleds, setlogcons,
     7setmetamode, setvesablank, showfont, showkey, unicode_start, and
     8unicode_stop programs.</para>
    129
    1310</sect2>
     
    3128<para>getkeycodes prints the kernel scancode-to-keycode
    3229mapping table.</para></sect3>
     30
     31<sect3><title>getunimap</title>
     32<para>getunimap prints the currently used unimap.</para></sect3>
    3333
    3434<sect3><title>kbd_mode</title>
     
    5656<para>resizecons changes the kernel idea of the console size.</para></sect3>
    5757
    58 <sect3><title>screendump</title>
    59 <para>A screen shot utility for the console.</para></sect3>
    60 
    6158<sect3><title>setfont</title>
    6259<para>This lets you change the EGA/VGA fonts in console.</para></sect3>
     
    7067enabled by default, and it is by using this program that you can
    7168achieve this.</para></sect3>
     69
     70<sect3><title>setlogcons</title>
     71<para>setlogcons sends kernel messages to the console.</para></sect3>
    7272
    7373<sect3><title>setmetamode</title>
  • chapter01/changelog.xml

    r0bafc62 r74ab612  
    66
    77<itemizedlist>
     8
     9<listitem><para>December 12th, 2001 [marcheerdink]: Chapter 6: Moved
     10the kbd patch to the default installation instructions; upgraded to
     11kbd-1.06-2.patch to fix installation of some programs; added the
     12descriptions for these programs; removed the loadkeys -d warning that
     13was a leftover from the time where loadkeys -d wasn't fixed yet.</para></listitem>
    814
    915<listitem><para>December 11th, 2001 [markh]: Chapter 6: Add the "why we
  • chapter04/packages.xml

    r0bafc62 r74ab612  
    5151&c3-gettext;
    5252&c3-kbd;
     53&c3-kbd-patch;
    5354&c3-e2fsprogs;
    5455&c3-lilo;
  • chapter06/kbd-inst.xml

    r0bafc62 r74ab612  
    22<title>Installation of Kbd</title>
    33
    4 <para>There is a bug in kbd-&kbd-version; which
    5 causes <userinput>loadkeys -d</userinput> to behave incorrectly.  To fix
    6 this, unpack the kbd-&kbd-patch-version; patch and apply it with the following
    7 command: </para>
    8 
    9 <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
    10 
    114<para>Install Kbd by running the following commands:</para>
    125
    13 <para><screen><userinput>./configure &amp;&amp;
     6<para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch &amp;&amp;
     7./configure &amp;&amp;
    148make &amp;&amp;
    159make install</userinput></screen></para>
    1610
    17 <para>When using the loadkeys program from this package, don't use the
    18 -d option to load a default keymap file. It won't work properly
    19 with keymaps that include other keymaps.</para>
    20 
    2111</sect2>
    2212
  • chapter06/kbd.xml

    r0bafc62 r74ab612  
    77
    88&c6-kbd-inst;
     9&c6-kbd-exp;
    910&aa-kbd-desc;
    1011&ab-kbd-dep;
  • index.xml

    r0bafc62 r74ab612  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20011211">
    8 <!ENTITY releasedate "December 11th, 2001">
     7<!ENTITY version "20011212">
     8<!ENTITY releasedate "December 12th, 2001">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
     
    118118<!ENTITY c3-bin86 SYSTEM "chapter3/bin86.xml">
    119119<!ENTITY c3-kbd SYSTEM "chapter3/kbd.xml">
     120<!ENTITY c3-kbd-patch SYSTEM "chapter3/kbd-patch.xml">
    120121<!ENTITY c3-e2fsprogs SYSTEM "chapter3/e2fsprogs.xml">
    121122<!ENTITY c3-reiserfs SYSTEM "chapter3/reiserfs.xml">
     
    308309<!ENTITY c6-kbd SYSTEM "chapter6/kbd.xml">
    309310<!ENTITY c6-kbd-inst SYSTEM "chapter6/kbd-inst.xml">
     311<!ENTITY c6-kbd-exp SYSTEM "chapter6/kbd-exp.xml">
    310312<!ENTITY c6-manpages SYSTEM "chapter6/manpages.xml">
    311313<!ENTITY c6-manpages-exp SYSTEM "chapter6/manpages-exp.xml">
     
    918920<!ENTITY kbd-depversion "1.06">
    919921<!ENTITY kbd-size "559 KB">
    920 <!ENTITY kbd-patch-version "1.06">
    921 <!ENTITY kbd-patch-size "1 KB">
     922<!ENTITY kbd-patch-version "1.06-2">
     923<!ENTITY kbd-patch-size "3 KB">
    922924<!ENTITY kbd-compsize "8 MB">
    923925<!ENTITY kbd-time "1 minute">
Note: See TracChangeset for help on using the changeset viewer.