Changeset 37e35d2 for chapter08/kbd.xml


Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/kbd.xml

    rd4fdde6 r37e35d2  
    3232
    3333      <seglistitem>
    34         <seg>&kbd-ch6-sbu;</seg>
    35         <seg>&kbd-ch6-du;</seg>
     34        <seg>&kbd-fin-sbu;</seg>
     35        <seg>&kbd-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    4242    <title>Installation of Kbd</title>
    4343
    44     <para>The behaviour of the Backspace and Delete keys is not consistent
     44    <para>The behaviour of the backspace and delete keys is not consistent
    4545    across the keymaps in the Kbd package. The following patch fixes this
    4646    issue for i386 keymaps:</para>
     
    4848<screen><userinput remap="pre">patch -Np1 -i ../&kbd-backspace-patch;</userinput></screen>
    4949
    50     <para>After patching, the Backspace key generates the character with code 127,
    51     and the Delete key generates a well-known escape sequence.</para>
     50    <para>After patching, the backspace key generates the character with code 127,
     51    and the delete key generates a well-known escape sequence.</para>
    5252
    5353    <para>Remove the redundant <command>resizecons</command> program (it requires
     
    5656    manpage.</para>
    5757
    58 <screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure
     58<screen><userinput remap="pre">sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure
    5959sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
    6060
     
    6464
    6565    <variablelist>
    66       <title>The meaning of the configure options:</title>
    67 <!--
    68       <varlistentry>
    69         <term><parameter>- -datadir=/lib/kbd</parameter></term>
    70         <listitem>
    71           <para>This option puts keyboard layout data in a directory that will
    72           always be on the root partition instead of the default <filename
    73           class="directory">/usr/share/kbd</filename>.</para>
    74        </listitem>
    75       </varlistentry>
    76 -->
     66      <title>The meaning of the configure option:</title>
     67
    7768      <varlistentry>
    7869        <term><parameter>--disable-vlock</parameter></term>
    7970        <listitem>
    80           <para>This option prevents the vlock utility from being built, as it
     71          <para>This option prevents the vlock utility from being built because it
    8172          requires the PAM library, which isn't available in the chroot
    8273          environment.</para>
     
    10596    </note>
    10697
    107 <!--
    108     <para>Some of the scripts in the LFS-Bootscripts package depend on
    109     <command>kbd_mode</command>, <command>loadkeys</command>,
    110     <command>openvt</command>, and
    111     <command>setfont</command>.  As <filename class="directory">/usr</filename>
    112     may not be available during the early stages of booting, those binaries
    113     need to be on the root partition:</para>
    114 
    115 <screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
    116 -->
    11798    <para>If desired, install the documentation:</para>
    11899
    119 <screen><userinput remap="install">mkdir -v       /usr/share/doc/kbd-&kbd-version;
     100<screen><userinput remap="install">mkdir -v            /usr/share/doc/kbd-&kbd-version;
    120101cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
    121102
Note: See TracChangeset for help on using the changeset viewer.