Changeset 08712c2 for chapter06/kbd.xml


Ignore:
Timestamp:
04/24/2013 12:20:17 AM (11 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, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 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:
7ba1148
Parents:
6af2719
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kbd.xml

    r6af2719 r08712c2  
    6565    <para>Prepare Kbd for compilation:</para>
    6666
    67 <screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd \
    68   --disable-vlock</userinput></screen>
     67<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
    6968
    7069    <variablelist>
    7170      <title>The meaning of the configure options:</title>
    72 
     71<!--
    7372      <varlistentry>
    74         <term><parameter>--datadir=/lib/kbd</parameter></term>
     73        <term><parameter>- -datadir=/lib/kbd</parameter></term>
    7574        <listitem>
    7675          <para>This option puts keyboard layout data in a directory that will
     
    7978       </listitem>
    8079      </varlistentry>
    81 
     80-->
    8281      <varlistentry>
    8382        <term><parameter>--disable-vlock</parameter></term>
     
    108107    </note>
    109108
     109<!--
    110110    <para>Some of the scripts in the LFS-Bootscripts package depend on
    111111    <command>kbd_mode</command>, <command>loadkeys</command>,
     
    116116
    117117<screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
    118 
     118-->
    119119    <para>If desired, install the documentation:</para>
    120120
    121 <screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version;
    122 cp -R -v doc/* \
    123          /usr/share/doc/kbd-&kbd-version;</userinput></screen>
     121<screen><userinput remap="install">mkdir -v       /usr/share/doc/kbd-&kbd-version;
     122cp -R -v doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
    124123
    125124  </sect2>
     
    130129    <segmentedlist>
    131130      <segtitle>Installed programs</segtitle>
    132       <segtitle>Installed directory</segtitle>
     131      <segtitle>Installed directories</segtitle>
    133132
    134133      <seglistitem>
     
    139138        setfont, setkeycodes, setleds, setmetamode,
    140139        showconsolefont, showkey, unicode_start, and unicode_stop</seg>
    141         <seg>/lib/kbd</seg>
     140        <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps,
     141        /usr/share/unimaps</seg>
    142142      </seglistitem>
    143143    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.