[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-313-gdcbb278

git git at cross-lfs.org
Thu Aug 22 10:57:52 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  dcbb27809296ed8b1036958688a14f709b54c5be (commit)
       via  0ec652a2fd86ead2d37da3964a80ba904146b3fb (commit)
      from  735721942b41e6d7f5b79b34d9108151a5f19759 (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 dcbb27809296ed8b1036958688a14f709b54c5be
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Aug 22 12:57:48 2013 -0500

    Add slot rule to eudev install for ethernet device naming.

diff --git a/BOOK/boot/64/udev.xml b/BOOK/boot/64/udev.xml
index 5e15ed7..18ef58e 100644
--- a/BOOK/boot/64/udev.xml
+++ b/BOOK/boot/64/udev.xml
@@ -51,6 +51,14 @@ CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
     href="../common/udev.xml"
     xpointer="xpointer(//*[@os='j'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    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'])"/>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/boot/common/udev.xml b/BOOK/boot/common/udev.xml
index 6b3e9e6..efc935e 100644
--- a/BOOK/boot/common/udev.xml
+++ b/BOOK/boot/common/udev.xml
@@ -56,6 +56,14 @@ LDFLAGS="-Wl,-rpath,/tools/lib:/lib" ./configure --prefix=/usr \
 
 <screen os="k"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    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'])"/>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/boot/multilib/udev.xml b/BOOK/boot/multilib/udev.xml
index 2fd869e..d59a001 100644
--- a/BOOK/boot/multilib/udev.xml
+++ b/BOOK/boot/multilib/udev.xml
@@ -52,6 +52,14 @@ CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
     href="../common/udev.xml"
     xpointer="xpointer(//*[@os='j'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    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'])"/>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/boot/x86_64-64/udev.xml b/BOOK/boot/x86_64-64/udev.xml
index e0e7cf1..818ac28 100644
--- a/BOOK/boot/x86_64-64/udev.xml
+++ b/BOOK/boot/x86_64-64/udev.xml
@@ -57,6 +57,14 @@ CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib:/lib" \
 
 <screen os="j"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    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'])"/>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/final-system/common/udev.xml b/BOOK/final-system/common/udev.xml
index 9ac9aa9..3e63238 100644
--- a/BOOK/final-system/common/udev.xml
+++ b/BOOK/final-system/common/udev.xml
@@ -47,6 +47,11 @@
 
 <screen os="j"><userinput>install -dv /lib/firmware</userinput></screen>
 
+    <para os="r1">Create a dummy rule so that eudev will name ethernet devices properly for the system.</para>
+
+<screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" \
+> /etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-udev" role="content">
diff --git a/BOOK/final-system/multilib/udev-64bit.xml b/BOOK/final-system/multilib/udev-64bit.xml
index a67867d..f33fdef 100644
--- a/BOOK/final-system/multilib/udev-64bit.xml
+++ b/BOOK/final-system/multilib/udev-64bit.xml
@@ -60,6 +60,14 @@ CC="gcc ${BUILD64}" ./configure --prefix=/usr --sysconfdir=/etc \
     href="../common/udev.xml"
     xpointer="xpointer(//*[@os='j'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/udev.xml"
+    xpointer="xpointer(//*[@os='r1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/udev.xml"
+    xpointer="xpointer(//*[@os='r2'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 0ec652a2fd86ead2d37da3964a80ba904146b3fb
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Aug 22 12:57:22 2013 -0500

    Add entry for addition of eudev slot rule.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index d9a33a1..484fb77 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>22 August 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add rule to Eudev installs for proper ethernet device naming.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>21 August 2013</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/boot/64/udev.xml                     |    8 ++++++++
 BOOK/boot/common/udev.xml                 |    8 ++++++++
 BOOK/boot/multilib/udev.xml               |    8 ++++++++
 BOOK/boot/x86_64-64/udev.xml              |    8 ++++++++
 BOOK/final-system/common/udev.xml         |    5 +++++
 BOOK/final-system/multilib/udev-64bit.xml |    8 ++++++++
 BOOK/introduction/common/changelog.xml    |    9 +++++++++
 7 files changed, 54 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list