Author: bdubbs
Date: Sun Sep 15 07:35:46 2013
New Revision: 11845
Log:
larify keymap instructions in udev from systemd section.
Modified:
trunk/BOOK/general/sysutils/udev-extras.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/sysutils/udev-extras.xml
==============================================================================
--- trunk/BOOK/general/sysutils/udev-extras.xml Sun Sep 15 05:16:11 2013
(r11844)
+++ trunk/BOOK/general/sysutils/udev-extras.xml Sun Sep 15 07:35:46 2013
(r11845)
@@ -107,7 +107,8 @@
<para>First, put the custom LFS files in place:</para>
-<screen><userinput>tar -xf ../udev-lfs-186.tar.bz2</userinput></screen>
+ <screen><userinput>UDEV=<version>
+tar -xf ../udev-lfs-$UDEV.tar.bz2</userinput></screen>
<note><para>For udev-lfs-197-2.tar.bz2, there is a minor error
in the Makefile. For that version, run:</para>
@@ -116,17 +117,26 @@
<sect3>
<title>keymap</title>
- <para>Support for special keys for many laptops is provided by the
- <command>keymap</command> program and supporting files. If the
- <command>keymap</command> capability is desired, use:</para>
-<screen><userinput>make -f udev-lfs-186/Makefile.lfs
keymap</userinput></screen>
+ <note><para>
+ Starting with systemd-206, the keymap capabilities are built into the
+ udev procedures initial installation in LFS. These procedures only
+ apply to udev versions before 206.
+ </para></note>
+
+ <para>
+ Support for special keys for many laptops is provided by the
+ <command>keymap</command> program and supporting files. If the
+ <command>keymap</command> capability is desired, use:
+ </para>
+
+<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs
keymap</userinput></screen>
<para>To install <command>keymap</command> and its associated files,
issue the following command as the
<systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs
install-keymap</userinput></screen>
+<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs
install-keymap</userinput></screen>
</sect3>
@@ -136,12 +146,12 @@
<para>To build the <application>libgudev-1.0</application> library and
interface files, run:</para>
-<screen><userinput>make -f udev-lfs-186/Makefile.lfs gudev</userinput></screen>
+<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs
gudev</userinput></screen>
<para>Install the <filename class='libraryfile'>gudev</filename> library,
run, as the <systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs
install-gudev</userinput></screen>
+<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs
install-gudev</userinput></screen>
</sect3>
@@ -152,12 +162,12 @@
interface (gir) files for the <filename
class='libraryfile'>libgudev-1.0</filename> library, run:</para>
-<screen><userinput>make -f udev-lfs-186/Makefile.lfs
gir-data</userinput></screen>
+<screen><userinput>make -f udev-lfs-$UDEV/Makefile.lfs
gir-data</userinput></screen>
<para>Install the gir data, as the <systemitem
class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>make -f udev-lfs-186/Makefile.lfs
install-gir-data</userinput></screen>
+<screen role="root"><userinput>make -f udev-lfs-$UDEV/Makefile.lfs
install-gir-data</userinput></screen>
<caution><para>There is a shortcut to build and install all of the
<application>udev</application> components at once using the
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Sep 15 05:16:11
2013 (r11844)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Sep 15 07:35:46
2013 (r11845)
@@ -47,6 +47,11 @@
<para>September 15th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Clarify keymap instructions in udev from
+ systemd section. Fixes
+ <ulink url="&blfs-ticket-root;4058">#4058</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[igor] - Update to libpng-1.6.5.</para>
</listitem>
</itemizedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page