Changeset eb55250 for BOOK/boot/ppc64


Ignore:
Timestamp:
Feb 21, 2006, 2:27:09 AM (19 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:
94e6142
Parents:
0b637f1
Message:

r1166@server (orig r1164): chris | 2006-02-10 22:07:07 -0800
Added -v to the rest of the temp-system pages, and various other text updates

Location:
BOOK/boot/ppc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc64/e2fsprogs.xml

    r0b637f1 reb55250  
    2323    <title>Installation of E2fsprogs</title>
    2424
    25     <para>Make sure the libraries get installed to
    26     <filename class="directory">/tools/lib64</filename>:</para>
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../multilib/e2fsprogs.xml"
     27    xpointer="xpointer(//*[@os='m1'])"/>
    2728
    28 <screen os="m1"><userinput>chmod 0755 configure
    29 cp configure{,.orig}
    30 sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig > configure</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../multilib/e2fsprogs.xml"
     31    xpointer="xpointer(//*[@os='m2'])"/>
    3132
    3233    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6162    xpointer="xpointer(//*[@os='e'])"/>
    6263
    63 <screen os="ac"><userinput>make CC="${CC} ${BUILD64}"</userinput></screen>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     65    href="../64/e2fsprogs.xml"
     66    xpointer="xpointer(//*[@os='ac'])"/>
    6467
    6568    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/kernel.xml

    r0b637f1 reb55250  
    3232
    3333    <para os="m1">To ensure that your system boots and you can properly run both
    34     32 bits and 64 bits binaries, please make sure that you enable support for
     34    32 bit and 64 bit binaries, please make sure that you enable support for
    3535    ELF and emulations for 32bit ELF into the kernel.</para>
    3636
     
    102102    xpointer="xpointer(//*[@os='v'])"/>
    103103
    104 <screen><userinput>cp vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     104<screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.