[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 011175bc014d5ccf621035c5e88b7958a636b182

git git at cross-lfs.org
Fri Sep 7 17:07:05 PDT 2012


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  011175bc014d5ccf621035c5e88b7958a636b182 (commit)
      from  ef09b2e05ad445e039292f377243baba25c492c4 (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 011175bc014d5ccf621035c5e88b7958a636b182
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 7 19:07:01 2012 -0500

    Add kmod util symlinks in ch7 x86 book.

diff --git a/BOOK/boot/common/kmod.xml b/BOOK/boot/common/kmod.xml
index a38bdfc..86b8ad9 100644
--- a/BOOK/boot/common/kmod.xml
+++ b/BOOK/boot/common/kmod.xml
@@ -43,6 +43,17 @@
 
 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
 
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+href="../../final-system/common/kmod.xml"
+xpointer="xpointer(//*[@os='i'])"/>
+
+<screen os="j"><userinput>ln -sv kmod ${CLFS}/bin/lsmod
+ln -sv ../bin/kmod ${CLFS}/sbin/depmod
+ln -sv ../bin/kmod ${CLFS}/sbin/insmod
+ln -sv ../bin/kmod ${CLFS}/sbin/modprobe
+ln -sv ../bin/kmod ${CLFS}/sbin/modinfo
+ln -sv ../bin/kmod ${CLFS}/sbin/rmmod</userinput></screen>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/introduction/x86/changelog.xml b/BOOK/introduction/x86/changelog.xml
index e48427e..2c11e32 100644
--- a/BOOK/introduction/x86/changelog.xml
+++ b/BOOK/introduction/x86/changelog.xml
@@ -43,6 +43,9 @@
         <listitem>
           <para>[William Harrington] - Fix grub installation instructions in Ch 7.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Add symlink creation for kmod utils to Ch 7 udev install.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

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

Summary of changes:
 BOOK/boot/common/kmod.xml           |   11 +++++++++++
 BOOK/introduction/x86/changelog.xml |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list