Changeset 370b16d for boot


Ignore:
Timestamp:
Jun 18, 2006, 5:08:47 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
2322c31
Parents:
996dcd2
Message:

r3961@server (orig r1782): ken | 2006-06-18 17:05:16 -0700
Trying to fix the ppc64 boot chapter, with a minor fix to boot/ppc/yaboot, and tidying up the 'Important' messages in ppc64 yaboot.

Location:
boot
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • boot/ppc/yaboot-build.xml

    r996dcd2 r370b16d  
    3939    xpointer="xpointer(//*[@os='d'])"/>
    4040
     41    <para os="p1">The following patch allows <command>ofpath</command> to use
     42    <literal>PATH_PREFIX</literal> like the other
     43    <filename class="directory">ybin</filename> scripts:</para>
     44
     45<screen os="p2"><userinput>patch -Np1 -i ../&yaboot-ofpath_path-patch;</userinput></screen>
     46
    4147    <para>The Makefile is already set to do kernel-style cross-compiling,
    4248    but it will try to use <command>strip</command> to strip the second-stage
  • boot/ppc/yaboot.xml

    r996dcd2 r370b16d  
    7070    xpointer="xpointer(//*[@os='r'])"/>
    7171
    72 <screen os="j" role="nodump"><userinput>ybin -v -C /tools/etc/yaboot.conf</userinput></screen>
     72<screen os="j" role="nodump"><userinput>PATH_PREFIX=/tools ybin -v -C /tools/etc/yaboot.conf</userinput></screen>
     73
     74    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     75    href="../../bootable/ppc/yaboot.xml"
     76    xpointer="xpointer(//*[@os='t'])"/>
     77
     78<screen os="u" role="nodump"><userinput>PATH_PREFIX=/tools mkofboot</userinput></screen>
    7379
    7480  </sect2>
  • boot/ppc64-chapter.xml

    r996dcd2 r370b16d  
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/kernel.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/hfsutils.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/mktemp.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/powerpc-utils.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/yaboot-build.xml"/>
    2529  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/>
    2630  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
     
    2933  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    3034  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/yaboot.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/yaboot.xml"/>
    3236  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/whatnext.xml"/>
    3337
Note: See TracChangeset for help on using the changeset viewer.