Author: bdubbs
Date: Tue Apr 23 17:20:17 2013
New Revision: 10248
Log:
Use default locations for kbd files because custom locations
are no longer needed by the boot scripts.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/kbd.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Fri Apr 19 12:35:33 2013 (r10247)
+++ trunk/BOOK/chapter01/changelog.xml Tue Apr 23 17:20:17 2013 (r10248)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2013-04-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Use default locations for kbd files
+ because custom locations are no longer needed by the
+ boot scripts.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-04-19</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/kbd.xml
==============================================================================
--- trunk/BOOK/chapter06/kbd.xml Fri Apr 19 12:35:33 2013 (r10247)
+++ trunk/BOOK/chapter06/kbd.xml Tue Apr 23 17:20:17 2013 (r10248)
@@ -64,21 +64,20 @@
<para>Prepare Kbd for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr
--datadir=/lib/kbd \
- --disable-vlock</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr
--disable-vlock</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
-
+<!--
<varlistentry>
- <term><parameter>--datadir=/lib/kbd</parameter></term>
+ <term><parameter>- -datadir=/lib/kbd</parameter></term>
<listitem>
<para>This option puts keyboard layout data in a directory that will
always be on the root partition instead of the default <filename
class="directory">/usr/share/kbd</filename>.</para>
</listitem>
</varlistentry>
-
+-->
<varlistentry>
<term><parameter>--disable-vlock</parameter></term>
<listitem>
@@ -107,6 +106,7 @@
such languages have to download working keymaps separately.</para>
</note>
+<!--
<para>Some of the scripts in the LFS-Bootscripts package depend on
<command>kbd_mode</command>, <command>loadkeys</command>,
<command>openvt</command>, and
@@ -115,12 +115,11 @@
need to be on the root partition:</para>
<screen><userinput remap="install">mv -v
/usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
-
+-->
<para>If desired, install the documentation:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version;
-cp -R -v doc/* \
- /usr/share/doc/kbd-&kbd-version;</userinput></screen>
+<screen><userinput remap="install">mkdir -v
/usr/share/doc/kbd-&kbd-version;
+cp -R -v doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
</sect2>
@@ -129,7 +128,7 @@
<segmentedlist>
<segtitle>Installed programs</segtitle>
- <segtitle>Installed directory</segtitle>
+ <segtitle>Installed directories</segtitle>
<seglistitem>
<seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo,
@@ -138,7 +137,8 @@
psfxtable), psfstriptable (link to psfxtable), psfxtable,
<!--resizecons,-->
setfont, setkeycodes, setleds, setmetamode,
showconsolefont, showkey, unicode_start, and unicode_stop</seg>
- <seg>/lib/kbd</seg>
+ <seg>/usr/share/consolefonts, /usr/share/consoletrans,
/usr/share/keymaps,
+ /usr/share/unimaps</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Apr 19 12:35:33 2013 (r10247)
+++ trunk/BOOK/general.ent Tue Apr 23 17:20:17 2013 (r10248)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130419">
-<!ENTITY releasedate "April 19, 2013">
+<!ENTITY version "SVN-20130423">
+<!ENTITY releasedate "April 23, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.4">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page