Changeset 8536
- Timestamp:
- 04/23/08 06:46:41 (6 months ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/kbd.xml (modified) (2 diffs)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8534 r8536 38 38 39 39 <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> 40 51 <para>2008-04-22</para> 41 52 <itemizedlist> trunk/BOOK/chapter06/kbd.xml
r8534 r8536 50 50 and the Delete key generates a well-known escape sequence.</para> 51 51 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 52 63 <para>Prepare Kbd for compilation:</para> 53 64 … … 86 97 87 98 <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 89 101 <command>setfont</command>. As <filename class="directory">/usr</filename> 90 102 may not be available during the early stages of booting, those binaries 91 103 need to be on the root partition:</para> 92 104 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> 94 106 95 107 </sect2> trunk/BOOK/general.ent
r8532 r8536 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2008042 2">3 <!ENTITY releasedate "April 2 2, 2008">2 <!ENTITY version "SVN-20080423"> 3 <!ENTITY releasedate "April 23, 2008"> 4 4 <!ENTITY milestone "7.0"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
