Changeset e0f3c26


Ignore:
Timestamp:
09/15/2013 02:35:46 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f36a48b9
Parents:
b61023e
Message:

larify keymap instructions in udev from systemd section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11845 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udev-extras.xml

    rb61023e re0f3c26  
    108108    <para>First, put the custom LFS files in place:</para>
    109109
    110 <screen><userinput>tar -xf ../udev-lfs-186.tar.bz2</userinput></screen>
     110    <screen><userinput>UDEV=&lt;version&gt;
     111tar -xf ../udev-lfs-$UDEV.tar.bz2</userinput></screen>
    111112
    112113     <note><para>For udev-lfs-197-2.tar.bz2, there is a minor error
     
    117118    <sect3>
    118119    <title>keymap</title>
    119     <para>Support for special keys for many laptops is provided by the
    120     <command>keymap</command> program and supporting files.  If the
    121     <command>keymap</command> capability is desired, use:</para>
    122 
    123 <screen><userinput>make -f udev-lfs-186/Makefile.lfs keymap</userinput></screen>
     120
     121    <note><para>
     122      Starting with systemd-206, the keymap capabilities are built into the
     123      udev procedures initial installation in LFS.  These procedures only
     124      apply to udev versions before 206.
     125    </para></note>
     126
     127    <para>
     128      Support for special keys for many laptops is provided by the
     129      <command>keymap</command> program and supporting files.  If the
     130      <command>keymap</command> capability is desired, use:
     131    </para>
     132
     133<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs keymap</userinput></screen>
    124134
    125135    <para>To install <command>keymap</command> and its associated files,
     
    127137    <systemitem class="username">root</systemitem> user:</para>
    128138
    129 <screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs install-keymap</userinput></screen>
     139<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs install-keymap</userinput></screen>
    130140
    131141    </sect3>
     
    137147    interface files, run:</para>
    138148
    139 <screen><userinput>make -f udev-lfs-186/Makefile.lfs gudev</userinput></screen>
     149<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs gudev</userinput></screen>
    140150
    141151    <para>Install the <filename class='libraryfile'>gudev</filename> library,
    142152    run, as the <systemitem class="username">root</systemitem> user:</para>
    143153
    144 <screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs install-gudev</userinput></screen>
     154<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs install-gudev</userinput></screen>
    145155
    146156    </sect3>
     
    153163    class='libraryfile'>libgudev-1.0</filename> library, run:</para>
    154164
    155 <screen><userinput>make -f udev-lfs-186/Makefile.lfs gir-data</userinput></screen>
     165<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs gir-data</userinput></screen>
    156166
    157167    <para>Install the gir data, as the <systemitem
    158168    class="username">root</systemitem> user:</para>
    159169
    160 <screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs install-gir-data</userinput></screen>
     170<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs install-gir-data</userinput></screen>
    161171
    162172    <caution><para>There is a shortcut to build and install all of the
  • introduction/welcome/changelog.xml

    rb61023e re0f3c26  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Clarify keymap instructions in udev from
     51          systemd section.  Fixes
     52          <ulink url="&blfs-ticket-root;4058">#4058</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5055          <para>[igor] - Update to libpng-1.6.5.</para>
    5156        </listitem>
Note: See TracChangeset for help on using the changeset viewer.