Changeset b540268 for chapter06/kbd.xml


Ignore:
Timestamp:
07/13/2006 03:28:35 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
302287c1
Parents:
83f01733
Message:

Moved the executables: nice, find, kbd_mode, openvt, and setfont to /bin. Added --datadir=/lib/kbd to kbd's configure.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kbd.xml

    r83f01733 rb540268  
    5151    <para>Prepare Kbd for compilation:</para>
    5252
    53 <screen><userinput>./configure</userinput></screen>
     53<screen><userinput>./configure --datadir=/lib/kbd</userinput></screen>
     54
     55    <variablelist>
     56      <title>The meaning of the configure options:</title>
     57
     58      <varlistentry>
     59        <term><parameter>--datadir=/lib/kbd</parameter></term>
     60        <listitem>
     61          <para>This option puts keyboard layout data in a directory that will
     62          always be on the root partition instead of the default <filename
     63          class="directory">/usr/share/kbd</filename>.</para>
     64       </listitem>
     65      </varlistentry>
     66
     67    </variablelist>
    5468
    5569    <para>Compile the package:</para>
     
    6579    <note>
    6680      <para>For some languages (e.g., Belarusian) the Kbd package doesn't
    67       provide a useful keymap (the stock <quote>by</quote> keymap assumes the
    68       ISO-8859-5 encoding, while everybody uses CP1251 instead). Users of such
    69       languages have to download working keymaps separately.</para>
     81      provide a useful keymap where the stock <quote>by</quote> keymap assumes
     82      the ISO-8859-5 encoding, and the CP1251 keymap is normally used. Users of
     83      such languages have to download working keymaps separately.</para>
    7084    </note>
     85
     86    <para>Some of the scripts in the LFS-Bootscripts package depend on
     87    <command>kbd_mode</command>, <command>openvt</command>, and
     88    <command>setfont</command>.  As <filename class="directory">/usr</filename>
     89    may not be available during the early stages of booting, those binaries
     90    need to be on the root partition:</para>
     91
     92<screen><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>
     93
     94
     95
    7196
    7297  </sect2>
Note: See TracChangeset for help on using the changeset viewer.