Use default locations for kbd files because custom locations

are no longer needed by the  boot scripts.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-04-24 00:20:17 +00:00
parent 6af27194d7
commit 08712c21a0
3 changed files with 24 additions and 13 deletions

View File

@ -36,6 +36,17 @@
</listitem> </listitem>
--> -->
<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> <listitem>
<para>2013-04-19</para> <para>2013-04-19</para>
<itemizedlist> <itemizedlist>

View File

@ -64,21 +64,20 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
<para>Prepare Kbd for compilation:</para> <para>Prepare Kbd for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd \ <screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
--disable-vlock</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>
<!--
<varlistentry> <varlistentry>
<term><parameter>--datadir=/lib/kbd</parameter></term> <term><parameter>- -datadir=/lib/kbd</parameter></term>
<listitem> <listitem>
<para>This option puts keyboard layout data in a directory that will <para>This option puts keyboard layout data in a directory that will
always be on the root partition instead of the default <filename always be on the root partition instead of the default <filename
class="directory">/usr/share/kbd</filename>.</para> class="directory">/usr/share/kbd</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
-->
<varlistentry> <varlistentry>
<term><parameter>--disable-vlock</parameter></term> <term><parameter>--disable-vlock</parameter></term>
<listitem> <listitem>
@ -107,6 +106,7 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
such languages have to download working keymaps separately.</para> such languages have to download working keymaps separately.</para>
</note> </note>
<!--
<para>Some of the scripts in the LFS-Bootscripts package depend on <para>Some of the scripts in the LFS-Bootscripts package depend on
<command>kbd_mode</command>, <command>loadkeys</command>, <command>kbd_mode</command>, <command>loadkeys</command>,
<command>openvt</command>, and <command>openvt</command>, and
@ -115,12 +115,11 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
need to be on the root partition:</para> need to be on the root partition:</para>
<screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen> <screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
-->
<para>If desired, install the documentation:</para> <para>If desired, install the documentation:</para>
<screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version; <screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version;
cp -R -v doc/* \ cp -R -v doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
/usr/share/doc/kbd-&kbd-version;</userinput></screen>
</sect2> </sect2>
@ -129,7 +128,7 @@ cp -R -v doc/* \
<segmentedlist> <segmentedlist>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<segtitle>Installed directory</segtitle> <segtitle>Installed directories</segtitle>
<seglistitem> <seglistitem>
<seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo, <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo,
@ -138,7 +137,8 @@ cp -R -v doc/* \
psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,--> psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,-->
setfont, setkeycodes, setleds, setmetamode, setfont, setkeycodes, setleds, setmetamode,
showconsolefont, showkey, unicode_start, and unicode_stop</seg> 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> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20130419"> <!ENTITY version "SVN-20130423">
<!ENTITY releasedate "April 19, 2013"> <!ENTITY releasedate "April 23, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.4"> <!ENTITY milestone "7.4">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->