Changeset efcb393 for chapter06/kbd.xml


Ignore:
Timestamp:
05/03/2020 09:02:51 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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, 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:
a715dec
Parents:
9d719e2
Message:

Make the new book

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kbd.xml

    r9d719e2 refcb393  
    6161    <para>Prepare Kbd for compilation:</para>
    6262
    63 <screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr --disable-vlock</userinput></screen>
     63<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
    6464
    6565    <variablelist>
    6666      <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 -->
     67
    7768      <varlistentry>
    7869        <term><parameter>--disable-vlock</parameter></term>
     
    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
Note: See TracChangeset for help on using the changeset viewer.