[Clfs-commits] commit: r3801 - in /trunk/BOOK: bootable/mips64/kernel.xml bootable/ppc64/kernel.xml bootable/sparc64/kernel.xml bootable/x86_64/kernel.xml final-system/multilib/module-init-tools.xml

svn at cross-lfs.org svn at cross-lfs.org
Thu Dec 13 18:22:00 PST 2007


Author: jciccone
Date: Fri Dec 14 02:22:00 2007
New Revision: 3801

Log:
Use /lib/modules for kernel modules on every architecture. Including multilib.

Modified:
    trunk/BOOK/bootable/mips64/kernel.xml
    trunk/BOOK/bootable/ppc64/kernel.xml
    trunk/BOOK/bootable/sparc64/kernel.xml
    trunk/BOOK/bootable/x86_64/kernel.xml
    trunk/BOOK/final-system/multilib/module-init-tools.xml

Modified: trunk/BOOK/bootable/mips64/kernel.xml
==============================================================================
--- trunk/BOOK/bootable/mips64/kernel.xml (original)
+++ trunk/BOOK/bootable/mips64/kernel.xml Fri Dec 14 02:22:00 2007
@@ -24,14 +24,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='a'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86_64/kernel.xml"
-    xpointer="xpointer(//*[@os='s1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86_64/kernel.xml"
-    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"

Modified: trunk/BOOK/bootable/ppc64/kernel.xml
==============================================================================
--- trunk/BOOK/bootable/ppc64/kernel.xml (original)
+++ trunk/BOOK/bootable/ppc64/kernel.xml Fri Dec 14 02:22:00 2007
@@ -24,14 +24,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='a'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86_64/kernel.xml"
-    xpointer="xpointer(//*[@os='s1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86_64/kernel.xml"
-    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"

Modified: trunk/BOOK/bootable/sparc64/kernel.xml
==============================================================================
--- trunk/BOOK/bootable/sparc64/kernel.xml (original)
+++ trunk/BOOK/bootable/sparc64/kernel.xml Fri Dec 14 02:22:00 2007
@@ -24,14 +24,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='a'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86_64/kernel.xml"
-    xpointer="xpointer(//*[@os='s1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86_64/kernel.xml"
-    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"

Modified: trunk/BOOK/bootable/x86_64/kernel.xml
==============================================================================
--- trunk/BOOK/bootable/x86_64/kernel.xml (original)
+++ trunk/BOOK/bootable/x86_64/kernel.xml Fri Dec 14 02:22:00 2007
@@ -24,11 +24,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='a'])"/>
-
-    <para os="s1">The following sed moves /lib/modules to /lib64/modules to keep
-    our consistency of using /lib for 32-Bit and /lib64 for 64-Bit:</para>
-
-<screen os="s2"><userinput>sed -i 's@/lib/modules/@/lib64/modules/@g' Makefile</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/kernel.xml"

Modified: trunk/BOOK/final-system/multilib/module-init-tools.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/module-init-tools.xml (original)
+++ trunk/BOOK/final-system/multilib/module-init-tools.xml Fri Dec 14 02:22:00 2007
@@ -34,7 +34,7 @@
     xpointer="xpointer(//*[@os='e'])"/>
 
 <screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix="/" \
-   --enable-zlib --with-moddir=/lib64/modules</userinput></screen>
+   --enable-zlib</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/module-init-tools.xml"




More information about the Clfs-commits mailing list