Changeset 3f76cac for BOOK/boot/ppc64


Ignore:
Timestamp:
Jul 1, 2006, 11:52:01 PM (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:
0ee61bb
Parents:
a90a072
Message:

r4227@server: jim | 2006-07-01 23:46:16 -0700
More LFS to CLFS Updates

Location:
BOOK/boot/ppc64
Files:
2 edited

Legend:

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

    ra90a072 r3f76cac  
    8888
    8989<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \
    90    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
     90   INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
    9191
    9292    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9898    xpointer="xpointer(//*[@os='v'])"/>
    9999
    100 <screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     100<screen><userinput>cp -v vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/yaboot-build.xml

    ra90a072 r3f76cac  
    5050    but it will try to use <command>strip</command> to strip the second-stage
    5151    loader.  It also expects to be running as root for the install, and to
    52     install for the root user, which user LFS cannot do.  We also need to use
     52    install for the root user, which user CLFS cannot do.  We also need to use
    5353    the 32-bit compiler, and to force <command>ld</command> to use a 32-bit
    5454    emulation. The following commands will fix and achieve this:</para>
Note: See TracChangeset for help on using the changeset viewer.