Changeset 0b2e09e for BOOK/bootable


Ignore:
Timestamp:
Sep 25, 2006, 10:43:37 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1ad19d5
Parents:
b40bbd5
Message:

Moved /lib/modules to /lib64/modules to keep build consistency of
32-Bit in /lib and 64-Bit in /lib64

Location:
BOOK/bootable
Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/mips64-chapter.xml

    rb40bbd5 r0b2e09e  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/kernel.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/kernel.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/arcload.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/colo.xml"/>
  • BOOK/bootable/ppc64/kernel.xml

    rb40bbd5 r0b2e09e  
    3333    href="../x86/kernel.xml"
    3434    xpointer="xpointer(//*[@os='p2'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../x86_64/kernel.xml"
     38    xpointer="xpointer(//*[@os='s1'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../x86_64/kernel.xml"
     42    xpointer="xpointer(//*[@os='s2'])"/>
    3543
    3644    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/x86_64-64-chapter.xml

    rb40bbd5 r0b2e09e  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/kernel.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/kernel.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/lilo.xml"/>
    1818
  • BOOK/bootable/x86_64/kernel.xml

    rb40bbd5 r0b2e09e  
    3333    href="../x86/kernel.xml"
    3434    xpointer="xpointer(//*[@os='p2'])"/>
     35
     36    <para os="s1">The following sed moves /lib/modules to /lib64/modules to keep
     37    our consistency of using /lib for 32-Bit and /lib64 for 64-Bit:</para>
     38
     39<screen os="s2"><userinput>sed -i 's@/lib/modules/@/lib64/modules/@g' Makefile</userinput></screen>
    3540
    3641    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.