[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-315-g679a675

git git at cross-lfs.org
Thu Aug 22 12:38:43 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  679a675e77c80112aa076276ce977a96f5fc086b (commit)
      from  aed01b860e17b14f59f7cbe095f01ba0e4bbe4c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 679a675e77c80112aa076276ce977a96f5fc086b
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Aug 22 14:38:39 2013 -0500

    Correct boot method eudev 80 slot rule install.

diff --git a/BOOK/boot/64/udev.xml b/BOOK/boot/64/udev.xml
index 18ef58e..717a901 100644
--- a/BOOK/boot/64/udev.xml
+++ b/BOOK/boot/64/udev.xml
@@ -56,10 +56,10 @@ CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
     xpointer="xpointer(//*[@os='r1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/common/udev.xml"
+    href="../common/udev.xml"
     xpointer="xpointer(//*[@os='r2'])"/>
 
-  </sect2>
+ </sect2>
 
   <sect2 role="content">
     <title/>
diff --git a/BOOK/boot/common/udev.xml b/BOOK/boot/common/udev.xml
index efc935e..78cb8b0 100644
--- a/BOOK/boot/common/udev.xml
+++ b/BOOK/boot/common/udev.xml
@@ -60,11 +60,10 @@ LDFLAGS="-Wl,-rpath,/tools/lib:/lib" ./configure --prefix=/usr \
     href="../../final-system/common/udev.xml"
     xpointer="xpointer(//*[@os='r1'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/common/udev.xml"
-    xpointer="xpointer(//*[@os='r2'])"/>
+<screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" \
+> ${CLFS}/etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>
 
-  </sect2>
+ </sect2>
 
   <sect2 role="content">
     <title/>
diff --git a/BOOK/boot/multilib/udev.xml b/BOOK/boot/multilib/udev.xml
index d59a001..89e823b 100644
--- a/BOOK/boot/multilib/udev.xml
+++ b/BOOK/boot/multilib/udev.xml
@@ -57,7 +57,7 @@ CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
     xpointer="xpointer(//*[@os='r1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/common/udev.xml"
+    href="../common/udev.xml"
     xpointer="xpointer(//*[@os='r2'])"/>
 
   </sect2>
diff --git a/BOOK/boot/x86_64-64/udev.xml b/BOOK/boot/x86_64-64/udev.xml
index 818ac28..8175faf 100644
--- a/BOOK/boot/x86_64-64/udev.xml
+++ b/BOOK/boot/x86_64-64/udev.xml
@@ -62,7 +62,7 @@ CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib:/lib" \
     xpointer="xpointer(//*[@os='r1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/common/udev.xml"
+    href="../common/udev.xml"
     xpointer="xpointer(//*[@os='r2'])"/>
 
   </sect2>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/64/udev.xml        |    4 ++--
 BOOK/boot/common/udev.xml    |    7 +++----
 BOOK/boot/multilib/udev.xml  |    2 +-
 BOOK/boot/x86_64-64/udev.xml |    2 +-
 4 files changed, 7 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list