Changeset 8536

Show
Ignore:
Timestamp:
04/23/08 06:46:41 (6 months ago)
Author:
jhuntwork
Message:

Fixed kbd to build and install setkeycodes, getkeycodes and resizecons.
Also move loadkeys to /bin from /usr/bin for use by the bootscripts.
Thanks, Greg Schafer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8534 r8536  
    3838 
    3939    <listitem> 
     40      <para>2008-04-23</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[jhuntwork] - Fixed kbd to install getkeycodes, 
     44          setkeycodes and resizecons. Also moved loadkeys to /bin from 
     45          /usr/bin. Thanks, Greg Schafer.</para> 
     46        </listitem> 
     47      </itemizedlist> 
     48    </listitem> 
     49 
     50    <listitem> 
    4051      <para>2008-04-22</para> 
    4152      <itemizedlist> 
  • trunk/BOOK/chapter06/kbd.xml

    r8534 r8536  
    5050    and the Delete key generates a well-known escape sequence.</para> 
    5151 
     52    <para>In this version of Kbd the instructions to build 
     53    <filename>getkeycodes</filename>, <filename>setkeycodes</filename> and 
     54    <filename>resizecons</filename> do not get passed over to the generated 
     55    <filename>Makefile</filename> as they should. So that these programs 
     56    are built and installed add two lines to the top of 
     57    <filename>src/Makefile.in</filename>: 
     58    </para> 
     59 
     60<screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \ 
     61    -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in</userinput></screen> 
     62 
    5263    <para>Prepare Kbd for compilation:</para> 
    5364 
     
    8697 
    8798    <para>Some of the scripts in the LFS-Bootscripts package depend on 
    88     <command>kbd_mode</command>, <command>openvt</command>, and 
     99    <command>kbd_mode</command>, <command>loadkeys</command>, 
     100    <command>openvt</command>, and 
    89101    <command>setfont</command>.  As <filename class="directory">/usr</filename> 
    90102    may not be available during the early stages of booting, those binaries 
    91103    need to be on the root partition:</para> 
    92104 
    93 <screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen> 
     105<screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen> 
    94106 
    95107  </sect2> 
  • trunk/BOOK/general.ent

    r8532 r8536  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20080422"> 
    3 <!ENTITY releasedate "April 22, 2008"> 
     2<!ENTITY version "SVN-20080423"> 
     3<!ENTITY releasedate "April 23, 2008"> 
    44<!ENTITY milestone "7.0"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->