Author: bdubbs
Date: 2012-11-28 20:11:06 -0700 (Wed, 28 Nov 2012)
New Revision: 10054

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/systemd.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
   trunk/BOOK/udev-lfs/Makefile.lfs
Log:
Update makefile and instructions for systemd-196/udev-lfs-196-2.


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-11-28 20:20:14 UTC (rev 10053)
+++ trunk/BOOK/chapter01/changelog.xml  2012-11-29 03:11:06 UTC (rev 10054)
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>2012-11-28</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update makefile and instructions for
+          systemd-196/udev-lfs-196.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2012-11-27</para>
       <itemizedlist>
         <listitem>
@@ -60,7 +70,7 @@
       <para>2012-11-22</para>
       <itemizedlist>
         <listitem>
-          <para>[bdubbs] - Upgrade to systemd-196/lfs-udev-196. Fixes
+          <para>[bdubbs] - Upgrade to systemd-196/udev-lfs-196. Fixes
           <ulink url="&lfs-ticket-root;3233">#3233</ulink>.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/chapter06/systemd.xml
===================================================================
--- trunk/BOOK/chapter06/systemd.xml    2012-11-28 20:20:14 UTC (rev 10053)
+++ trunk/BOOK/chapter06/systemd.xml    2012-11-29 03:11:06 UTC (rev 10054)
@@ -59,12 +59,23 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput remap="make">make -f 
udev-lfs-&systemd-version;/Makefile.lfs</userinput></screen>
+<screen><userinput remap="make">make -f 
&udev-lfs;/Makefile.lfs</userinput></screen>
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make -f 
udev-lfs-&systemd-version;/Makefile.lfs install</userinput></screen>
+<screen><userinput remap="install">make -f &udev-lfs;/Makefile.lfs 
install</userinput></screen>
 
+    <caution><para>There are several places within the
+    <application>systemd</application> source code that have explicit directory
+    paths embedded.  For instance, the binary version of the hardware
+    database's path and file name used at run time,
+    <filename>/etc/udev/hwdb.bin</filename>, cannot be changed without explict
+    changes to the source code.</para></caution>
+
+    <para>Now initialize the hardware database:</para>
+
+<screen><userinput remap="install">build/udevadm hwdb 
--update</userinput></screen>
+
     <para>Finally set up the persistent network udev rules.  This task will be
     explained in detail in <xref linkend='stable-net-names'/>.  Note that the
     <filename class='directory'>/sys</filename> and <filename
@@ -72,7 +83,7 @@
     chroot environment as explained at the beginning of this chapter for the
     following script to work.</para>
 
-<screen><userinput remap="install">bash 
udev-lfs-&systemd-version;/init-net-rules.sh</userinput></screen>
+<screen><userinput remap="install">bash 
&udev-lfs;/init-net-rules.sh</userinput></screen>
   </sect2>
 
   <sect2 id="contents-udev" role="content">

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-11-28 20:20:14 UTC (rev 10053)
+++ trunk/BOOK/general.ent      2012-11-29 03:11:06 UTC (rev 10054)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20121127">
-<!ENTITY releasedate "November 27, 2012">
+<!ENTITY version "SVN-20121128">
+<!ENTITY releasedate "November 28, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2012-11-28 20:20:14 UTC (rev 10053)
+++ trunk/BOOK/packages.ent     2012-11-29 03:11:06 UTC (rev 10054)
@@ -540,10 +540,10 @@
 <!ENTITY tzdata-ch6-du "6.4 MB">
 <!ENTITY tzdata-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY udev-lfs        "udev-lfs-&systemd-version;"> 
+<!ENTITY udev-lfs        "udev-lfs-&systemd-version;-2"> 
 <!ENTITY udev-lfs-size   "20 KB">   
 <!ENTITY udev-lfs-url    "&anduin-other;&udev-lfs;.tar.bz2">
-<!ENTITY udev-lfs-md5    "abfc9dad2075109ac9c08f40c6d2aae8">    
+<!ENTITY udev-lfs-md5    "4021f31350f409a458e6f421041c62e4">    
 <!ENTITY udev-lfs-home   " ">
 
 <!ENTITY util-linux-version "2.22.1">

Modified: trunk/BOOK/udev-lfs/Makefile.lfs
===================================================================
--- trunk/BOOK/udev-lfs/Makefile.lfs    2012-11-28 20:20:14 UTC (rev 10053)
+++ trunk/BOOK/udev-lfs/Makefile.lfs    2012-11-29 03:11:06 UTC (rev 10054)
@@ -290,7 +290,7 @@
    # Set up hardware DB
        @mkdir -pv $(DESTDIR)/lib/udev/hwdb.d
        @cp hwdb/* $(DESTDIR)/lib/udev/hwdb.d
-       @build/udevadm hwdb --update
+   #   @build/udevadm hwdb --update
 
    # Copy documentation
        @cp -v man/udev.7                     $(DESTDIR)/usr/share/man/man7

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to